提交subgame插件

This commit is contained in:
Kirito
2025-07-11 14:49:28 +08:00
commit b225060f0f
1240 changed files with 257564 additions and 0 deletions

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
# SG SubGame Package Tools
### Requirements
* CocosCreator `2.4.x (Test in 2.4.8)`
* SG Framework
### Install
```bash
npm install -g subgame-packager
```
### Usage
```bash
sgpkg -- \
--project <project path> \
--platform [web|android] \
--key <assetbundle key> \
--xxtea <xxtea key> \
--mode [debug|release|testRelease] \
--url <cos url>
```