refactor: 重命名和替换构建及上传脚本

- 删除旧的 build-all.sh 和 upload.sh 脚本
- 新增 all-build.sh 和 all-upload-release.sh 脚本,支持从 version.json 自动读取版本号
- 更新 Makefile 和 README.md 以反映脚本名称的更改和新功能
This commit is contained in:
2025-12-07 18:05:27 +08:00
parent ac3c7e2b4c
commit 7ac5d54a84
5 changed files with 179 additions and 57 deletions

4
version.json Normal file
View File

@@ -0,0 +1,4 @@
{
"version": "1.1.0",
"tag": "v1.1.0"
}