接入proto

This commit is contained in:
chen wei bo
2025-08-14 00:16:34 +08:00
parent 45456135e9
commit 10e90791b7
9 changed files with 213 additions and 178 deletions
+1 -1
View File
@@ -20,6 +20,6 @@
"protobufjs-cli": "^1.1.3"
},
"scripts": {
"build-proto": "node ./Tools/Proto/clear-proto.js && node ./Tools/Proto/build-proto.js && node ./Tools/Proto/wrap-pbts-result.js"
"build-proto": "node ./Tools/Proto/build-proto.js"
}
}