mirror of
https://github.com/Jerryplusy/crystelf-plugin.git
synced 2025-07-04 14:19:19 +00:00
9 lines
188 B
JavaScript
9 lines
188 B
JavaScript
import configControl from '../config/configControl.js';
|
|
|
|
export const crystelfInit = {
|
|
async CSH() {
|
|
await configControl.init();
|
|
logger.mark('crystelf 完成初始化');
|
|
},
|
|
};
|