发布1.0.1+2版本

This commit is contained in:
范鹏 2024-12-24 15:19:49 +08:00
parent 343cb6e0ce
commit a808e4b3d1
2 changed files with 5 additions and 5 deletions

4
env.js
View File

@ -4,9 +4,9 @@ export const uniVersion = '1.0.1'
export const uniBuildNumber = 2
// web版本号
export const webVersion = '1.0.0'
export const webVersion = '1.0.1'
// web构建号
export const webBuildNumber = 1
export const webBuildNumber = 2
// 环境配置
export const configs = {

View File

@ -1,8 +1,8 @@
{
"name": "star-cloud-uni",
"version": "1.0.0",
"name": "star-cloud-web",
"version": "1.0.1",
"type": "module",
"main": "./uni/index.js",
"main": "./web/index.js",
"author": "zzc059",
"scripts": {
"web-build": "node obfuscate-web.js",