1
0

feat: 初始化 KubeJS 文件结构

This commit is contained in:
2022-07-03 21:22:33 +08:00
parent 562fb70fa5
commit 557efb132a
14 changed files with 55386 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
declare const global: {
/** 日志前缀 */
LOG_PREFIX: string;
};