接入proto

This commit is contained in:
chen wei bo
2025-08-13 17:23:54 +08:00
parent 707946304e
commit 48c712edc5
9 changed files with 2835 additions and 2 deletions
+9 -1
View File
@@ -12,6 +12,14 @@
},
"dependencies": {
"@google/genai": "^1.13.0",
"buffer": "^6.0.3"
"buffer": "^6.0.3",
"protobufjs": "^7.5.3"
},
"devDependencies": {
"fs-extra": "^11.3.1",
"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"
}
}