mirror of
https://github.com/Jerryplusy/crystelf-plugin.git
synced 2025-07-04 14:19:19 +00:00
9 lines
171 B
JavaScript
9 lines
171 B
JavaScript
import Path from '../../constants/path.js';
|
|
|
|
export const crystelfInit = {
|
|
CSH: () => {
|
|
logger.info(Path.root);
|
|
logger.mark('crystelf 完成初始化');
|
|
},
|
|
};
|