Skip to content

Commit a5aae84

Browse files
committed
(〃'▽'〃) v2025.12 发布:极大极大完善 vben5 的 antd、vben 版本的功能,新增 admin uniapp vue3 版本
1 parent 1d2e9bc commit a5aae84

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
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.11",
5+
"versionName": "2025.12",
66
"versionCode": "183",
77
"transformPx": false,
88
"app-plus": {

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.11",
5+
"version": "2025.12",
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
@@ -74,7 +74,7 @@ const app = defineStore({
7474
this.info = {
7575
name: '芋道商城',
7676
logo: 'https://static.iocoder.cn/ruoyi-vue-pro-logo.png',
77-
version: '2025.11',
77+
version: '2025.12',
7878
copyright: '全部开源,个人与企业可 100% 免费使用',
7979
copytime: 'Copyright© 2018-2025',
8080

0 commit comments

Comments
 (0)