2025-04-22 18:30:13 +08:00

9 lines
171 B
JavaScript

import Path from '../../constants/path.js';
export const crystelfInit = {
CSH: () => {
logger.info(Path.root);
logger.mark('crystelf 完成初始化');
},
};