Files
gouki daebda22ee
Publish Mini Program Dev Version / publish (push) Failing after 1m38s
Build and Deploy Server / build (push) Failing after 3s
fix(wish-tree): 图片扩展名改为 .jpg
- 实际格式是 JPEG,扩展名从 .png 改为 .jpg
- 大小 332KB,远低于微信 2M 限制
2026-08-08 17:14:30 +00:00

12 lines
365 B
JavaScript

/**
* 版本号配置文件
* 此文件由 CI 构建时自动生成,请勿手动修改
*/
module.exports = {
version: "1.0.1", // 会被 CI 替换为实际版本号
buildNumber: "0", // 会被 CI 替换为构建编号
buildTime: "2026-08-08T00:00:00Z", // 会被 CI 替换为构建时间
commitSha: "unknown", // 会被 CI 替换为 Git commit SHA
};