feat: v1.2.0
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
mol
2023-12-13 18:54:37 +08:00
parent d03ffb0cfc
commit 901f127b8a
20 changed files with 824 additions and 63 deletions

View File

@ -1,4 +1,4 @@
const dayjs = require('dayjs');
import dayjs from 'dayjs';
function info(message) {
console.log(`${dayjs().format('YYYY-MM-DD hh:mm:ss')}【消息】${message}`);
@ -22,4 +22,4 @@ logger.info = info;
logger.error = error;
module.exports = logger;
export default logger;