添加协议和配置表两个子模块后的整理

This commit is contained in:
chen wei bo
2025-08-23 15:46:13 +08:00
parent 882141b2b3
commit da18ae3155
6 changed files with 31 additions and 170 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ const { execSync } = require('child_process');
const fs = require('fs-extra');
const path = require('path');
const SRC = path.join(__dirname, '..', '..', 'Proto'); // 源 proto 文件目录
const SRC = path.join(__dirname, '..', '..', 'proto_cs'); // 源 proto 文件目录
const OUT_DIR = path.join(__dirname, '..', '..', 'assets', 'Scripts', 'proto');
const OUT_JS = path.join(OUT_DIR, 'proto.pb.js');
const OUT_DTS = path.join(OUT_DIR, 'proto.pb.d.ts');