1
0

feat: 添加简约灯方块

This commit is contained in:
2022-09-11 18:59:08 +08:00
parent 577f553439
commit e37366c424
11 changed files with 327 additions and 5 deletions
+6
View File
@@ -24,6 +24,12 @@ declare const global: {
};
};
/** 需要在 `client.generate_assets` 生成的 JSON 文件 */
JSON_ASSETS: Array<{
PATH: string;
DATA: Internal.JsonElement;
}>;
/** 日志前缀 */
LOG_PREFIX: string;