Skip to content

Commit 86030de

Browse files
committed
(〃'▽'〃) v2025.10 发布:新增工作流的工单打印、优化物联网的场景联动、完善 vben5 的 antd、vben 版本的功能
1 parent 7741c3d commit 86030de

File tree

3 files changed

+10
-25
lines changed

3 files changed

+10
-25
lines changed

manifest.json

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "芋道商城",
33
"appid": "__UNI__460BC4C",
44
"description": "基于 uni-app + Vue3 技术驱动的在线商城系统,内含诸多功能与丰富的活动,期待您的使用和反馈。",
5-
"versionName": "2025.09",
5+
"versionName": "2025.10",
66
"versionCode": "183",
77
"transformPx": false,
88
"app-plus": {
@@ -68,10 +68,7 @@
6868
"schemes": "shopro"
6969
},
7070
"ios": {
71-
"urlschemewhitelist": [
72-
"baidumap",
73-
"iosamap"
74-
],
71+
"urlschemewhitelist": ["baidumap", "iosamap"],
7572
"dSYMs": false,
7673
"privacyDescription": {
7774
"NSPhotoLibraryUsageDescription": "需要同意访问您的相册选取图片才能完善该条目",
@@ -82,9 +79,7 @@
8279
"urltypes": "shopro",
8380
"capabilities": {
8481
"entitlements": {
85-
"com.apple.developer.associated-domains": [
86-
"applinks:shopro.sheepjs.com"
87-
]
82+
"com.apple.developer.associated-domains": ["applinks:shopro.sheepjs.com"]
8883
}
8984
},
9085
"idfa": true
@@ -101,18 +96,12 @@
10196
},
10297
"payment": {
10398
"weixin": {
104-
"__platform__": [
105-
"ios",
106-
"android"
107-
],
99+
"__platform__": ["ios", "android"],
108100
"appid": "wxae7a0c156da9383b",
109101
"UniversalLinks": "https://shopro.sheepjs.com/uni-universallinks/__UNI__082C0BA/"
110102
},
111103
"alipay": {
112-
"__platform__": [
113-
"ios",
114-
"android"
115-
]
104+
"__platform__": ["ios", "android"]
116105
}
117106
},
118107
"share": {
@@ -122,9 +111,7 @@
122111
}
123112
}
124113
},
125-
"orientation": [
126-
"portrait-primary"
127-
],
114+
"orientation": ["portrait-primary"],
128115
"splashscreen": {
129116
"androidStyle": "common",
130117
"iosStyle": "common",
@@ -195,9 +182,7 @@
195182
"lazyCodeLoading": "requiredComponents",
196183
"usingComponents": {},
197184
"permission": {},
198-
"requiredPrivateInfos": [
199-
"chooseAddress"
200-
]
185+
"requiredPrivateInfos": ["chooseAddress"]
201186
},
202187
"mp-alipay": {
203188
"usingComponents": true
@@ -234,4 +219,4 @@
234219
"_spaceID": "192b4892-5452-4e1d-9f09-eee1ece40639",
235220
"locale": "zh-Hans",
236221
"fallbackLocale": "zh-Hans"
237-
}
222+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "shopro",
33
"name": "shopro",
44
"displayName": "芋道商城",
5-
"version": "2025.09",
5+
"version": "2025.10",
66
"description": "芋道商城,一套代码,同时发行到iOS、Android、H5、微信小程序多个平台,请使用手机扫码快速体验强大功能",
77
"scripts": {
88
"prettier": "prettier --write \"{pages,sheep}/**/*.{js,json,tsx,css,less,scss,vue,html,md}\""

sheep/store/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const app = defineStore({
7373
this.info = {
7474
name: '芋道商城',
7575
logo: 'https://static.iocoder.cn/ruoyi-vue-pro-logo.png',
76-
version: '2025.09',
76+
version: '2025.10',
7777
copyright: '全部开源,个人与企业可 100% 免费使用',
7878
copytime: 'Copyright© 2018-2025',
7979

0 commit comments

Comments
 (0)