提交 3e340c50 作者: 方治民

feat: 依赖升级、增加全局 Message 工具注入、移除 fui 相关的无用代码文件和配置

上级 7a5248f4
......@@ -18,7 +18,7 @@ export function configAutoImportPlugin(): Plugin {
'@/config/app': ['$app'],
'@/api/services': ['defs'],
'@/api/services/mods': ['API'],
'@/commom/message': ['Message'],
'@/common/message': ['Message'],
},
],
})
......
......@@ -63,25 +63,25 @@
}
},
"dependencies": {
"@dcloudio/uni-app": "^3.0.0-alpha-3050420220804003",
"@dcloudio/uni-app-plus": "^3.0.0-alpha-3050420220804003",
"@dcloudio/uni-components": "^3.0.0-alpha-3050420220804003",
"@dcloudio/uni-h5": "^3.0.0-alpha-3050420220804003",
"@dcloudio/uni-mp-alipay": "^3.0.0-alpha-3050420220804003",
"@dcloudio/uni-mp-baidu": "^3.0.0-alpha-3050420220804003",
"@dcloudio/uni-mp-kuaishou": "^3.0.0-alpha-3050420220804003",
"@dcloudio/uni-mp-lark": "^3.0.0-alpha-3050420220804003",
"@dcloudio/uni-mp-qq": "^3.0.0-alpha-3050420220804003",
"@dcloudio/uni-mp-toutiao": "^3.0.0-alpha-3050420220804003",
"@dcloudio/uni-mp-weixin": "^3.0.0-alpha-3050420220804003",
"@dcloudio/uni-quickapp-webview": "^3.0.0-alpha-3050420220804003",
"@dcloudio/uni-app": "^3.0.0-alpha-3050420220804007",
"@dcloudio/uni-app-plus": "^3.0.0-alpha-3050420220804007",
"@dcloudio/uni-components": "^3.0.0-alpha-3050420220804007",
"@dcloudio/uni-h5": "^3.0.0-alpha-3050420220804007",
"@dcloudio/uni-mp-alipay": "^3.0.0-alpha-3050420220804007",
"@dcloudio/uni-mp-baidu": "^3.0.0-alpha-3050420220804007",
"@dcloudio/uni-mp-kuaishou": "^3.0.0-alpha-3050420220804007",
"@dcloudio/uni-mp-lark": "^3.0.0-alpha-3050420220804007",
"@dcloudio/uni-mp-qq": "^3.0.0-alpha-3050420220804007",
"@dcloudio/uni-mp-toutiao": "^3.0.0-alpha-3050420220804007",
"@dcloudio/uni-mp-weixin": "^3.0.0-alpha-3050420220804007",
"@dcloudio/uni-quickapp-webview": "^3.0.0-alpha-3050420220804007",
"@vue/runtime-core": "^3.2.37",
"@vueuse/core": "^8.9.4",
"axios": "^0.26.1",
"dayjs": "^1.11.4",
"dayjs": "^1.11.5",
"lodash-es": "^4.17.21",
"mockjs": "^1.1.0",
"pinia": "^2.0.17",
"pinia": "^2.0.19",
"qs": "~6.9.7",
"vue": "^3.2.37",
"vue-i18n": "^9.2.2",
......@@ -91,21 +91,21 @@
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^16.2.4",
"@dcloudio/types": "^3.0.13",
"@dcloudio/uni-automator": "^3.0.0-alpha-3050420220804003",
"@dcloudio/uni-cli-shared": "^3.0.0-alpha-3050420220804003",
"@dcloudio/uni-automator": "^3.0.0-alpha-3050420220804007",
"@dcloudio/uni-cli-shared": "^3.0.0-alpha-3050420220804007",
"@dcloudio/uni-helper-json": "^1.0.13",
"@dcloudio/vite-plugin-uni": "^3.0.0-alpha-3050420220804003",
"@dcloudio/vite-plugin-uni": "^3.0.0-alpha-3050420220804007",
"@types/lodash-es": "^4.17.6",
"@types/mockjs": "^1.0.6",
"@types/prettier": "^2.7.0",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"commitizen": "^4.2.5",
"conventional-changelog-cli": "^2.2.2",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^16.0.1",
"eslint": "^8.21.0",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.3.0",
......@@ -121,7 +121,7 @@
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"sort-package-json": "^1.57.0",
"stylelint": "^14.9.1",
"stylelint": "^14.10.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended": "^8.0.0",
......@@ -130,8 +130,8 @@
"stylus": "^0.56.0",
"terser": "^5.14.2",
"typescript": "^4.7.4",
"unplugin-auto-import": "^0.7.2",
"vite": "^3.0.4",
"unplugin-auto-import": "^0.11.2",
"vite": "^3.0.8",
"vue-eslint-parser": "^9.0.3"
},
"engines": {
......
......@@ -4,22 +4,22 @@ specifiers:
'@commitlint/cli': ^17.0.3
'@commitlint/config-conventional': ^16.2.4
'@dcloudio/types': ^3.0.13
'@dcloudio/uni-app': ^3.0.0-alpha-3050420220804006
'@dcloudio/uni-app-plus': ^3.0.0-alpha-3050420220804006
'@dcloudio/uni-automator': ^3.0.0-alpha-3050420220804006
'@dcloudio/uni-cli-shared': ^3.0.0-alpha-3050420220804006
'@dcloudio/uni-components': ^3.0.0-alpha-3050420220804006
'@dcloudio/uni-h5': ^3.0.0-alpha-3050420220804006
'@dcloudio/uni-app': ^3.0.0-alpha-3050420220804007
'@dcloudio/uni-app-plus': ^3.0.0-alpha-3050420220804007
'@dcloudio/uni-automator': ^3.0.0-alpha-3050420220804007
'@dcloudio/uni-cli-shared': ^3.0.0-alpha-3050420220804007
'@dcloudio/uni-components': ^3.0.0-alpha-3050420220804007
'@dcloudio/uni-h5': ^3.0.0-alpha-3050420220804007
'@dcloudio/uni-helper-json': ^1.0.13
'@dcloudio/uni-mp-alipay': ^3.0.0-alpha-3050420220804006
'@dcloudio/uni-mp-baidu': ^3.0.0-alpha-3050420220804006
'@dcloudio/uni-mp-kuaishou': ^3.0.0-alpha-3050420220804006
'@dcloudio/uni-mp-lark': ^3.0.0-alpha-3050420220804006
'@dcloudio/uni-mp-qq': ^3.0.0-alpha-3050420220804006
'@dcloudio/uni-mp-toutiao': ^3.0.0-alpha-3050420220804006
'@dcloudio/uni-mp-weixin': ^3.0.0-alpha-3050420220804006
'@dcloudio/uni-quickapp-webview': ^3.0.0-alpha-3050420220804006
'@dcloudio/vite-plugin-uni': ^3.0.0-alpha-3050420220804006
'@dcloudio/uni-mp-alipay': ^3.0.0-alpha-3050420220804007
'@dcloudio/uni-mp-baidu': ^3.0.0-alpha-3050420220804007
'@dcloudio/uni-mp-kuaishou': ^3.0.0-alpha-3050420220804007
'@dcloudio/uni-mp-lark': ^3.0.0-alpha-3050420220804007
'@dcloudio/uni-mp-qq': ^3.0.0-alpha-3050420220804007
'@dcloudio/uni-mp-toutiao': ^3.0.0-alpha-3050420220804007
'@dcloudio/uni-mp-weixin': ^3.0.0-alpha-3050420220804007
'@dcloudio/uni-quickapp-webview': ^3.0.0-alpha-3050420220804007
'@dcloudio/vite-plugin-uni': ^3.0.0-alpha-3050420220804007
'@types/lodash-es': ^4.17.6
'@types/mockjs': ^1.0.6
'@types/prettier': ^2.7.0
......@@ -45,7 +45,7 @@ specifiers:
mockjs: ^1.1.0
npm-run-all: ^4.1.5
picocolors: ^1.0.0
pinia: ^2.0.18
pinia: ^2.0.19
pont-engine: ^1.3.3
postcss: ^8.4.16
postcss-html: ^1.5.0
......@@ -63,7 +63,7 @@ specifiers:
stylus: ^0.56.0
terser: ^5.14.2
typescript: ^4.7.4
unplugin-auto-import: ^0.7.2
unplugin-auto-import: ^0.11.2
vite: ^3.0.8
vue: ^3.2.37
vue-eslint-parser: ^9.0.3
......@@ -71,25 +71,25 @@ specifiers:
vue-types: ^4.2.1
dependencies:
'@dcloudio/uni-app': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-app-plus': 3.0.0-alpha-3050420220804006_fcxfrzo7gdbcvuo6b7csxs7peu
'@dcloudio/uni-components': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-h5': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-alipay': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-baidu': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-kuaishou': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-lark': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-qq': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-toutiao': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-weixin': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-quickapp-webview': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-app': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-app-plus': 3.0.0-alpha-3050420220804007_fcxfrzo7gdbcvuo6b7csxs7peu
'@dcloudio/uni-components': 3.0.0-alpha-3050420220804007
'@dcloudio/uni-h5': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-alipay': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-baidu': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-kuaishou': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-lark': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-qq': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-toutiao': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-weixin': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-quickapp-webview': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@vue/runtime-core': 3.2.37
'@vueuse/core': 8.9.4_vue@3.2.37
axios: 0.26.1
dayjs: 1.11.5
lodash-es: 4.17.21
mockjs: 1.1.0
pinia: 2.0.18_j6bzmzd4ujpabbp5objtwxyjp4
pinia: 2.0.19_j6bzmzd4ujpabbp5objtwxyjp4
qs: 6.9.7
vue: 3.2.37
vue-i18n: 9.2.2_vue@3.2.37
......@@ -99,10 +99,10 @@ devDependencies:
'@commitlint/cli': 17.0.3
'@commitlint/config-conventional': 16.2.4
'@dcloudio/types': 3.0.13
'@dcloudio/uni-automator': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-automator': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-helper-json': 1.0.13
'@dcloudio/vite-plugin-uni': 3.0.0-alpha-3050420220804006_fcxfrzo7gdbcvuo6b7csxs7peu
'@dcloudio/vite-plugin-uni': 3.0.0-alpha-3050420220804007_fcxfrzo7gdbcvuo6b7csxs7peu
'@types/lodash-es': 4.17.6
'@types/mockjs': 1.0.6
'@types/prettier': 2.7.0
......@@ -138,7 +138,7 @@ devDependencies:
stylus: 0.56.0
terser: 5.14.2
typescript: 4.7.4
unplugin-auto-import: 0.7.2_rw7qhmomomz2o5q2bfguevjfvy
unplugin-auto-import: 0.11.2_rw7qhmomomz2o5q2bfguevjfvy
vite: 3.0.8_ldklcjfatu7qedyjhd4as6di6a
vue-eslint-parser: 9.0.3_eslint@8.22.0
......@@ -614,12 +614,12 @@ packages:
resolution: {integrity: sha512-K8z8DfylWnLjEHUnsc6DsxA6ugCzYZoAmyVIpT57K3cAfMTGx8E6GAW5x8Qy2lbFpw02N3D+sGHX63zO1zDVig==}
dev: true
/@dcloudio/uni-app-plus/3.0.0-alpha-3050420220804006_fcxfrzo7gdbcvuo6b7csxs7peu:
resolution: {integrity: sha512-VjqvQMGwU9B5kLy8lcpnpggk7O1hYoo0dkV2MjMxBnWMJUb6WmTBSBB54KSOlt5Jn6CXBNW7uNdqJSt0+DMqog==}
/@dcloudio/uni-app-plus/3.0.0-alpha-3050420220804007_fcxfrzo7gdbcvuo6b7csxs7peu:
resolution: {integrity: sha512-8nFQ+8If0xOhj+b+VTIQ7sW8yVMs81hgLzpT7pM9qn62HwCrrcl/+YtT2ROfYxf6yYkbfNuPCy2p/1AqmepIkw==}
dependencies:
'@dcloudio/uni-app-vite': 3.0.0-alpha-3050420220804006_fcxfrzo7gdbcvuo6b7csxs7peu
'@dcloudio/uni-app-vue': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-uts-vite': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-app-vite': 3.0.0-alpha-3050420220804007_fcxfrzo7gdbcvuo6b7csxs7peu
'@dcloudio/uni-app-vue': 3.0.0-alpha-3050420220804007
'@dcloudio/uni-uts-vite': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
transitivePeerDependencies:
- postcss
- supports-color
......@@ -628,14 +628,14 @@ packages:
- vue
dev: false
/@dcloudio/uni-app-vite/3.0.0-alpha-3050420220804006_fcxfrzo7gdbcvuo6b7csxs7peu:
resolution: {integrity: sha512-0Rj3tQBkPC/jYWfaoytexXlVT0cg+DhCSvEwOuE33jzGdh3s8vqwHKH9NXtvmcnpNumkFteRFHCSN8/6URWTeA==}
/@dcloudio/uni-app-vite/3.0.0-alpha-3050420220804007_fcxfrzo7gdbcvuo6b7csxs7peu:
resolution: {integrity: sha512-eWWmOqw1/k/NgsG+WX+l9frBv3zT0Kh7Ld6K6EjCmJA/Ahn1ym/5lU7T1aGbdnN6K6tyMFBRzOb5RH8iMLGUDw==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-i18n': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-nvue-styler': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@dcloudio/uts': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-i18n': 3.0.0-alpha-3050420220804007
'@dcloudio/uni-nvue-styler': 3.0.0-alpha-3050420220804007
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804007
'@dcloudio/uts': 3.0.0-alpha-3050420220804007
'@rollup/pluginutils': 4.2.1
'@vitejs/plugin-vue': 2.3.4_vite@3.0.8+vue@3.2.37
'@vue/compiler-dom': 3.2.37
......@@ -652,19 +652,19 @@ packages:
- vue
dev: false
/@dcloudio/uni-app-vue/3.0.0-alpha-3050420220804006:
resolution: {integrity: sha512-5YqnZLfsaqV39Qgj5HHyWYCtEYvqARv2Viy7neger59ZWXPvXL4DgZ+OKH17EnfUYQJ2PUokB/4QRfaAHAArqQ==}
/@dcloudio/uni-app-vue/3.0.0-alpha-3050420220804007:
resolution: {integrity: sha512-RdQrIN+LdSKjJZQEayQe962wO8X9Gp/FCNU3OSQtGKdGPHenmJHt4PYJv2K4MYWzo0Hw717U//9/6RkvK+Wd6Q==}
dev: false
/@dcloudio/uni-app/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-Fn4BT5KVmX//lnejFD/v24rWDQfwRjEDcO4vEOffcEgMg4t0yf26mrLKR0j8Ld49NopuXDa+QWkm2CEgjuw9bA==}
/@dcloudio/uni-app/3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-BbZt47LQeRv0AJ+WT/xrMndufOPoGehJ0v+gqZlDVI/ulCSy5d/Dl2/aDCVtR+2S5Wq5AQsvMwfknGl+LZUh2Q==}
dependencies:
'@dcloudio/uni-cloud': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-components': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-i18n': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-push': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-stat': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-cloud': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-components': 3.0.0-alpha-3050420220804007
'@dcloudio/uni-i18n': 3.0.0-alpha-3050420220804007
'@dcloudio/uni-push': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804007
'@dcloudio/uni-stat': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@vue/shared': 3.2.37
transitivePeerDependencies:
- postcss
......@@ -673,10 +673,10 @@ packages:
- vue
dev: false
/@dcloudio/uni-automator/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-mwkwb21vVCWRcy3Eg14mITw0rIgP1ITPwwvyY7OfA365geTfNeeh6qYsTrjq7DyOyy8wu8XFkYyTgADHZ97riA==}
/@dcloudio/uni-automator/3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-ix3L9irCHzrfF1tlTzig+3vROD+gD1NTLxXCsrxXbtAnxpicX+rdzF/4NuwNKZ1V2JBY+dPrRmkN/QTgv+yo7Q==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
address: 1.2.0
cross-env: 7.0.3
debug: 4.3.4
......@@ -696,15 +696,15 @@ packages:
- vue
dev: true
/@dcloudio/uni-cli-shared/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-T74krMlhRnp7kZokha7i7d3ivlX5SVN3vXK6FlIoIHC+5h6ALr6NqQyZGK9mx3bed/ThpTLOHKYk0GIP1c9DBQ==}
/@dcloudio/uni-cli-shared/3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-mh8S0Mlc0Xrw+DO6TTR4ZTokfHixWHfDkQn4EP8dPrFy2LWe2RTgyA6gqT4vxuAZTPeHeq1e88FeG8bTE3WWtg==}
dependencies:
'@ampproject/remapping': 2.2.0
'@babel/core': 7.18.10
'@babel/parser': 7.18.11
'@babel/types': 7.18.10
'@dcloudio/uni-i18n': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-i18n': 3.0.0-alpha-3050420220804007
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804007
'@intlify/core-base': 9.1.9
'@intlify/shared': 9.1.9
'@intlify/vue-devtools': 9.1.9
......@@ -745,12 +745,12 @@ packages:
- ts-node
- vue
/@dcloudio/uni-cloud/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-qK4SNw/IwvWP9b1kkr2Ut3aLeCqg2Xn9x2XZnqjuK2fWOAr5P0Zg3Ek6SYBCJYMM/9tpwU0gMvlP/20pO4zgZg==}
/@dcloudio/uni-cloud/3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-9SVGdCdd8yyi/z4YH/XrJSKnTMg48H/QxEEwx+VU28EBXtXX6AY7fvbirGpl01yo6ralCtOnrCYclKDQPy/M+A==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-i18n': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-i18n': 3.0.0-alpha-3050420220804007
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804007
'@vue/shared': 3.2.37
fast-glob: 3.2.11
transitivePeerDependencies:
......@@ -760,15 +760,15 @@ packages:
- vue
dev: false
/@dcloudio/uni-components/3.0.0-alpha-3050420220804006:
resolution: {integrity: sha512-jHc6Ucz7AwbtwGGhf6iq68qrL/nfrw+S/x43jbnahuOs7ZVh18MMUsl6CAiVQGOiB5JSXiVXaX9BwxdMlfGvkQ==}
/@dcloudio/uni-components/3.0.0-alpha-3050420220804007:
resolution: {integrity: sha512-RObxFLcmV4hjKGMr4sIMVtRcCMr9yh4NiU/JKJXvw5JQVAAwN9RtKuY2eAjwoyn7iWexwTrDejIDb5hAC3/azQ==}
dev: false
/@dcloudio/uni-h5-vite/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-0DD1UrdS3vag+Lc34m6+1r90LTbOgQ6acEWZb7TJ2ELoEzMWFN91fBLZGzTEwqb9cUYE1Vv87/y7r2KWWUQJGQ==}
/@dcloudio/uni-h5-vite/3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-BdQy8M4hTUcouCl9opgmBu0rUJ2hkfkuK4ORWJ01cCwT94wTQKi5cCB0tEmWYmPknLd8sfHo2m6Pny9XnBOjBw==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804007
'@rollup/pluginutils': 4.2.1
'@vue/compiler-dom': 3.2.37
'@vue/compiler-sfc': 3.2.37
......@@ -785,19 +785,19 @@ packages:
- vue
dev: false
/@dcloudio/uni-h5-vue/3.0.0-alpha-3050420220804006:
resolution: {integrity: sha512-JCK6ERT3a75XQ1cu4niLH1CcXPJv8egTuatr26MUstLZiRuJ3I01fL+ufFlCPjo6Ew6h0q3emEV4l9gpA15nJg==}
/@dcloudio/uni-h5-vue/3.0.0-alpha-3050420220804007:
resolution: {integrity: sha512-YMaJUUhYPPArZBnpvgNRHISA0MyFE8RbOrpBljHIyrhyNqtN1DLrZr2UU3tfK/mZneXUYNMk3gaWYui6eqF19g==}
dependencies:
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804007
dev: false
/@dcloudio/uni-h5/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-0NK0GnKbbV+N7lv67nxpLXFqiI+M0d7MUvdSWTM0iEMLcEvqH4i3B1ddhXDEPynZRxawJoALhqv1jcIef7HTEA==}
/@dcloudio/uni-h5/3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-Yun6ulg/amdc97LOKKy3pSPOliIoqMqzOMwadQHal97KWsOG9WNgDyVh2NTn2aIo1ShfVK5XVfWYrkKrluohwQ==}
dependencies:
'@dcloudio/uni-h5-vite': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-h5-vue': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-i18n': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-h5-vite': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-h5-vue': 3.0.0-alpha-3050420220804007
'@dcloudio/uni-i18n': 3.0.0-alpha-3050420220804007
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804007
'@vue/server-renderer': 3.2.37_vue@3.2.37
'@vue/shared': 3.2.37
localstorage-polyfill: 1.0.1
......@@ -815,16 +815,16 @@ packages:
resolution: {integrity: sha512-FO9Iu4zW4td3Tr+eiCDWuele2ehkJ4qxQ/UhpAMLjso+ZdWz6NagK5Syh6cdy1hoDqbxpNoqnLynuJXe81Ereg==}
dev: true
/@dcloudio/uni-i18n/3.0.0-alpha-3050420220804006:
resolution: {integrity: sha512-LS2AfIYfGe2xJTJ+mhMBYKLgjc3xoh8N0HSQ5ohAt4a01vu97IBHuEK7zWrSZ7ePwrWsrMUoLC1Kxa9SimMtvQ==}
/@dcloudio/uni-i18n/3.0.0-alpha-3050420220804007:
resolution: {integrity: sha512-YoSy0zR7lXQ6idOoY1XG+RLzb4wTj7r08fswYcQmaigMGOVXRqpwHGC8hEZ4KuNX9ZYE0ownDYdntOnHmFooqQ==}
/@dcloudio/uni-mp-alipay/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-Ckxkro4qgNfLOSPYNvoUDkbbxU+3UtjTR7TSZHWEfAGDi3VrsitwngrV1J7dRtI2VMBbFC9hxI+3q2fK+81YlA==}
/@dcloudio/uni-mp-alipay/3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-OCIhZpf3u6uCtx6MNAC2h0Ctgt/lljEt8NLJMGPYTjpvNZahwSlJC4yr90giW7lWRgtmuQQH5MGSPGZo9b+xvA==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804007
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804007
'@vue/compiler-core': 3.2.37
'@vue/shared': 3.2.37
transitivePeerDependencies:
......@@ -834,15 +834,15 @@ packages:
- vue
dev: false
/@dcloudio/uni-mp-baidu/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-OwVPqon9qW6UBeMfcH8icKGoc0D4+anqFBO99zABYGONrSECBXVaQ50F46JBUhhJXjb3WJZuwgUwYXq1yXlL+g==}
/@dcloudio/uni-mp-baidu/3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-nU0qrhc4ppZXYZHiFVtI19jt8zH/jFxumh9wnyOX13iPNNp9ZdY4b1LSp2LyNg51WpIeElx4/6yNdnpyk28gOA==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-mp-weixin': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804007
'@dcloudio/uni-mp-weixin': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804007
'@vue/compiler-core': 3.2.37
'@vue/shared': 3.2.37
transitivePeerDependencies:
......@@ -852,14 +852,14 @@ packages:
- vue
dev: false
/@dcloudio/uni-mp-compiler/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-dgZz2ObvV3M8gsJ8FCXcwL345XoDqilAUGoA+If4POmZzQcmn/+p4oLQK+sBzE/PnecznYyih+YdY7CsX127zw==}
/@dcloudio/uni-mp-compiler/3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-468Sy8+KKFtW31bsqahYjDnsoWdRQbZ0E7XRuXPwQhvoYMcj0jc6H1stnFtYtQauYTMH1GM2N0QIgW/QFAeVRw==}
dependencies:
'@babel/generator': 7.18.12
'@babel/parser': 7.18.11
'@babel/types': 7.18.10
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804007
'@vue/compiler-core': 3.2.37
'@vue/compiler-dom': 3.2.37
'@vue/shared': 3.2.37
......@@ -871,15 +871,15 @@ packages:
- vue
dev: false
/@dcloudio/uni-mp-kuaishou/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-bzt4AC9KZXZI+lX6SoFa1C3UJSiwOoA8eV8QfvdGhB94Z4AZeoITA6+vYDL5zqnKJJOZBzoNHWtgrAqAgLwhKQ==}
/@dcloudio/uni-mp-kuaishou/3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-VvFYEKNOjMMqJwKSsI4Wuza1we+zXTI9vAuxzVm5UtcqFHmWDovjuUD1zZA1ayITbnl6wG9jOLD5LLGkhuZlfA==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-mp-weixin': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804007
'@dcloudio/uni-mp-weixin': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804007
'@vue/compiler-core': 3.2.37
'@vue/shared': 3.2.37
transitivePeerDependencies:
......@@ -889,15 +889,15 @@ packages:
- vue
dev: false
/@dcloudio/uni-mp-lark/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-4MYH9hTLIhgfG/6w9b+HGDRTemk5nlpz9U6aKgqjjelPsSMcrioONQwHqMgfXdro9aMhrJslnCYfijk41MtLVA==}
/@dcloudio/uni-mp-lark/3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-0DK40dldE62ghiepR5cMdWiXq9mUkaOxbzH9X/Jb1w6UzFyaOkqz4zw+5Se86x0k71wq+HJgQyJFZpPK3QBN7w==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-toutiao': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-toutiao': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804007
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804007
'@vue/compiler-core': 3.2.37
'@vue/shared': 3.2.37
transitivePeerDependencies:
......@@ -907,13 +907,13 @@ packages:
- vue
dev: false
/@dcloudio/uni-mp-qq/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-qP1jzgQsMRllwgf7wDB0CPqVGKh/fBYPwsDF+njuOT2FZToR1fbZLxCopZtHc0+MZDgqcbOvceB4Tce2GG/XYA==}
/@dcloudio/uni-mp-qq/3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-AwVCrYIU11mkagZcdpt8xTGHsirKxom7nkTLTzT7qSMsEvXhlSpfh3zGWJqPHnb21NjcjZf6/gHBwQEYa0Ns0A==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804007
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804007
'@vue/shared': 3.2.37
fs-extra: 10.1.0
transitivePeerDependencies:
......@@ -923,14 +923,14 @@ packages:
- vue
dev: false
/@dcloudio/uni-mp-toutiao/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-jf7KEWo2tvslR94CJnPdrp0HjruqvZY60D4IaC/FgPJ7Y0jECEO+UDsAb3b/Rt6d6ftOqfqIp4bTyWXMSXZc8g==}
/@dcloudio/uni-mp-toutiao/3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-PkUdXQlYpmYHarnJxknd43V5mzZZEIHQ+FwVNAeSqsA1/wrnibHMkCIir/dCBNA8dDJdkfjNqnYQFpSy+fUSPQ==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804007
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804007
'@vue/compiler-core': 3.2.37
'@vue/shared': 3.2.37
transitivePeerDependencies:
......@@ -940,14 +940,14 @@ packages:
- vue
dev: false
/@dcloudio/uni-mp-vite/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-uAYYx8CzW1LivjuTN+gxrZAbRLla5qzMtOQ5PSSx40agv4Y33fzlzev+IrreI5hL8JoXn/gO75n5RFjx1qwpNA==}
/@dcloudio/uni-mp-vite/3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-IjrIU1WEDBPTfEY9SCO62hKLAqAFrokerxCNs6qCrW50J2fHPzecCC3IKUX0d4WsbQdtKxq4Tbhk+U30ey6Aqw==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-i18n': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-i18n': 3.0.0-alpha-3050420220804007
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804007
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804007
'@vue/compiler-sfc': 3.2.37
'@vue/shared': 3.2.37
debug: 4.3.4
......@@ -959,20 +959,20 @@ packages:
- vue
dev: false
/@dcloudio/uni-mp-vue/3.0.0-alpha-3050420220804006:
resolution: {integrity: sha512-JIYfAZoICUG20MPYxSYEpxFBMSTUrTUUdEp5tdjPywU1BTUWU7tf+CwGptYJyeQeCiTXrBgWBMNgOW9iSnektg==}
/@dcloudio/uni-mp-vue/3.0.0-alpha-3050420220804007:
resolution: {integrity: sha512-4yGCfal5RONUDyTbhRSnegi5kG1jotX1kt549SDvWZ3KdaWE+SivhO0MrneqC0ZMf4PabeF9sWlE+hSCtsAmrQ==}
dependencies:
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804007
'@vue/shared': 3.2.37
dev: false
/@dcloudio/uni-mp-weixin/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-B/9PtQC7cixDKo2aZ4+OfXaogFs5b1ii8VIVFugaIownnX5IaPoIIoGy3GTA5b43ywMgAT+C86u/Wga76FtjDA==}
/@dcloudio/uni-mp-weixin/3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-0vrfMcLrAWyYmB8hRy/l0eafA8ZqWISRAV4xqdbCNMQGpXLjWJVmEgrBm0TFivo9/VsDfMdYlOBTP/c3A/+z9Q==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804007
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804007
'@vue/shared': 3.2.37
transitivePeerDependencies:
- postcss
......@@ -981,18 +981,18 @@ packages:
- vue
dev: false
/@dcloudio/uni-nvue-styler/3.0.0-alpha-3050420220804006:
resolution: {integrity: sha512-A/2SrNBHvP9gtY1/FaYVBLa8H2WlDfCqU0oahFldpKsYlYzDIgqc9bRYynQsuKRwfdovWrm7DtThkUd2bDK6iA==}
/@dcloudio/uni-nvue-styler/3.0.0-alpha-3050420220804007:
resolution: {integrity: sha512-911gpknFUrbVUCbWi/CgV6TDwvdHeeaG+utcn84WzHkxQPjKP7LMikEOdQANr8h2xB2RaG0+LYnzPakVBY/WcQ==}
dependencies:
'@vue/shared': 3.2.37
parse-css-font: 4.0.0
postcss: 8.4.16
dev: false
/@dcloudio/uni-push/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-Z4xdIrkW3i1MmrNkt5KCfzjx8MaAytd57z4OdbKzplsg7oOfelGSx6ZR5R4b/LQ6ygFJqaCWmVU1+M8cHgItdA==}
/@dcloudio/uni-push/3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-57KriNzEz04+xntzbsLKr58oCxoKZnH4ocMrA4/YX0X5Sj7W5FPe5AVu6CO0AeYylDyPJuaavbhk1D1O2PG7eA==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
transitivePeerDependencies:
- postcss
- supports-color
......@@ -1000,13 +1000,13 @@ packages:
- vue
dev: false
/@dcloudio/uni-quickapp-webview/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-X14g3UoIA16hLqfwNWbJdE26PXa1W0p6KwUhcC6NotSBIiQNMV+bDlZxGutsxL5mHsFEB8W4q7TjyPu9UUiz+A==}
/@dcloudio/uni-quickapp-webview/3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-wrbv0fc0f8i2LTweCUkaDXoGBvjaTpkalXCw7qUfNNGGh6MLYGqSYKKdAlkn8449zRRX1a4A3GcryPBzfzFE3g==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3050420220804007
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804007
'@vue/shared': 3.2.37
transitivePeerDependencies:
- postcss
......@@ -1015,16 +1015,16 @@ packages:
- vue
dev: false
/@dcloudio/uni-shared/3.0.0-alpha-3050420220804006:
resolution: {integrity: sha512-50lH1d6b0/03teR5JHmJQQFMhnCsh5xp7h6gsRFwaafu2dmhj//Vg1Ydcviztqt4Z8zPRKWOkTlKfXQDSJCf/g==}
/@dcloudio/uni-shared/3.0.0-alpha-3050420220804007:
resolution: {integrity: sha512-tZte2rcZ9YyNXhiCGHJSf4KZbxky8p7ZMuRTaqd82cdg34SoPX9nfKsZMgNJIJNraOaiA9a3u3TVaySfBtHQ6Q==}
dependencies:
'@vue/shared': 3.2.37
/@dcloudio/uni-stat/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-la4IV/gXf3nCEBEa6B1M8bc66NnLqvvTMiZo4y09senXDIA5vgZYlKN2bDv5NrZ0cEKrcP9symQn9dfN5n2+nw==}
/@dcloudio/uni-stat/3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-LmGoB4q7ejtB6E24SGMnnFnYG2ggi7XyoeHgZiC9aPKM7aSX1nTpoAG4eFXugLdzPv7WavVr1W2UcRQNv5Nflw==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804007
debug: 4.3.4
transitivePeerDependencies:
- postcss
......@@ -1033,12 +1033,12 @@ packages:
- vue
dev: false
/@dcloudio/uni-uts-vite/3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-VcGno4Haggd+LCX4UNx1iICv24P03Y33DKsLx/lsoEBvX/qmixnHFPWGlJJcc50X1VDwZaFLlm6e21b6ZXzFZQ==}
/@dcloudio/uni-uts-vite/3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37:
resolution: {integrity: sha512-84oXE2wgcogHaB+Gx2Ujl8aHUFS9C8eMcQxt116uwxHqhuBNfeO3rLUJ52qflDtzNo5RZJfNO3TQ6b3Vc243MA==}
dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@dcloudio/uts': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804007
'@dcloudio/uts': 3.0.0-alpha-3050420220804007
adm-zip: 0.5.9
execa: 5.1.1
fast-glob: 3.2.11
......@@ -1050,8 +1050,8 @@ packages:
- vue
dev: false
/@dcloudio/uts-darwin-arm64/3.0.0-alpha-3050420220804006:
resolution: {integrity: sha512-bMfUxYFS3WE5SBQYgczWXoUbnG4SyLLcAHC7ahdQ1m1/OyBFjCPx95aCd4Oeoc+cjCfQocPHNVnRB2GEw+O/UA==}
/@dcloudio/uts-darwin-arm64/3.0.0-alpha-3050420220804007:
resolution: {integrity: sha512-t0031BgaowJK2HeoWTUjNcTRaEgb1OaLZ2E4vJwIlQc6RT4N1NtuScV1LxBxfTTS70S1nHzNtMY9tTSr0dIZjQ==}
engines: {node: '>=10'}
cpu: [arm64]
os: [darwin]
......@@ -1059,8 +1059,8 @@ packages:
dev: false
optional: true
/@dcloudio/uts-darwin-x64/3.0.0-alpha-3050420220804006:
resolution: {integrity: sha512-136dibuK08wE9NtB00UcPate3hJ/BwqAcKLuHgeGbAlgxBZLQK5aLoSYIfhAebXdPDgxhwr3vNaGI1YNHJqGlg==}
/@dcloudio/uts-darwin-x64/3.0.0-alpha-3050420220804007:
resolution: {integrity: sha512-+106PA+vLjDN9xYVtvqas9OHITRC/Jt1uNyD59rASeUHCfVSfGG8n43B/+xM9J31ImLotJ4JWJZxQOg2ei2m3A==}
engines: {node: '>=10'}
cpu: [x64]
os: [darwin]
......@@ -1068,8 +1068,8 @@ packages:
dev: false
optional: true
/@dcloudio/uts-win32-ia32-msvc/3.0.0-alpha-3050420220804006:
resolution: {integrity: sha512-C+em58t6rpDIgyxAVm+mNSiPGumaEBhSq+TJ9MuAwY7qlfkF9wuyztQhQ//+laq5OfXaHpXOA/qnj3qHZ81pqA==}
/@dcloudio/uts-win32-ia32-msvc/3.0.0-alpha-3050420220804007:
resolution: {integrity: sha512-xgi/ibisEpoCVIKfAbTs2jtRZQrHnHZLvRtKQCuYosFCXmV0FvouYaxeA7at+eWAfyrrl3+DfjLfjzDWHw97MA==}
engines: {node: '>=10'}
cpu: [ia32]
os: [win32]
......@@ -1077,8 +1077,8 @@ packages:
dev: false
optional: true
/@dcloudio/uts-win32-x64-msvc/3.0.0-alpha-3050420220804006:
resolution: {integrity: sha512-nwN9R0MwawAftAOXM1K03KHQB0597lLmtqHteisJu8zuaR54v+KkNGod3jnJh5x9DaA9BAj+v0pUL9TfIaUAsw==}
/@dcloudio/uts-win32-x64-msvc/3.0.0-alpha-3050420220804007:
resolution: {integrity: sha512-CzDyRU3kGWs3AayM+Z3TIyuM3oKZ7RS24wVF/mhIBK08qYeE7p9xZU6JvPgt39Fq0wxUjRQU2ULxXpVaDQWEqA==}
engines: {node: '>=10'}
cpu: [x64]
os: [win32]
......@@ -1086,8 +1086,8 @@ packages:
dev: false
optional: true
/@dcloudio/uts/3.0.0-alpha-3050420220804006:
resolution: {integrity: sha512-AhWGFRtRVfKbvXnYoWv2GGzaelOtbSsLyePq3ImwbG4jW/98LWbFl7S4HKTd6+whfrKcIYwVhNW4y+BJHk272A==}
/@dcloudio/uts/3.0.0-alpha-3050420220804007:
resolution: {integrity: sha512-Mrw+PYWPKKhrvY9BsTi6KIbQeLZEGI7KkzeKgSgMWWwRBvDyrCjxnrgzkoDIGotEFANIAtT13qVATpl3LaJLww==}
hasBin: true
dependencies:
cac: 6.7.9
......@@ -1096,14 +1096,14 @@ packages:
fs-extra: 10.1.0
picocolors: 1.0.0
optionalDependencies:
'@dcloudio/uts-darwin-arm64': 3.0.0-alpha-3050420220804006
'@dcloudio/uts-darwin-x64': 3.0.0-alpha-3050420220804006
'@dcloudio/uts-win32-ia32-msvc': 3.0.0-alpha-3050420220804006
'@dcloudio/uts-win32-x64-msvc': 3.0.0-alpha-3050420220804006
'@dcloudio/uts-darwin-arm64': 3.0.0-alpha-3050420220804007
'@dcloudio/uts-darwin-x64': 3.0.0-alpha-3050420220804007
'@dcloudio/uts-win32-ia32-msvc': 3.0.0-alpha-3050420220804007
'@dcloudio/uts-win32-x64-msvc': 3.0.0-alpha-3050420220804007
dev: false
/@dcloudio/vite-plugin-uni/3.0.0-alpha-3050420220804006_fcxfrzo7gdbcvuo6b7csxs7peu:
resolution: {integrity: sha512-27vnaf+LUDjmUJfDayR4+dlUIyOKY4HijdbrrlNhjwAUKrHB9RpHLzcRtcKG7yrEX03A+xZUehQNiBNtxqwGtQ==}
/@dcloudio/vite-plugin-uni/3.0.0-alpha-3050420220804007_fcxfrzo7gdbcvuo6b7csxs7peu:
resolution: {integrity: sha512-WWyTiaQYAI8kTqmqWyy/qtRzvbcOhoOEvJ20BArVG4TZWnH+AtqOBf9NAOUGRlDtn2DxYq0s8tyC9f00PMzF7A==}
hasBin: true
peerDependencies:
vite: 2.9.14
......@@ -1111,8 +1111,8 @@ packages:
'@babel/core': 7.18.10
'@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.18.10
'@babel/plugin-transform-typescript': 7.18.12_@babel+core@7.18.10
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804006_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804006
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3050420220804007_postcss@8.4.16+vue@3.2.37
'@dcloudio/uni-shared': 3.0.0-alpha-3050420220804007
'@rollup/pluginutils': 4.2.1
'@vitejs/plugin-legacy': 1.8.2_vite@3.0.8
'@vitejs/plugin-vue': 2.3.4_vite@3.0.8+vue@3.2.37
......@@ -1560,7 +1560,7 @@ packages:
core-js: 3.24.1
magic-string: 0.26.2
regenerator-runtime: 0.13.9
systemjs: 6.12.2
systemjs: 6.12.3
vite: 3.0.8_ldklcjfatu7qedyjhd4as6di6a
dev: true
......@@ -1973,7 +1973,7 @@ packages:
hasBin: true
dependencies:
caniuse-lite: 1.0.30001378
electron-to-chromium: 1.4.224
electron-to-chromium: 1.4.225
node-releases: 2.0.6
update-browserslist-db: 1.0.5_browserslist@4.21.3
......@@ -2695,8 +2695,8 @@ packages:
resolution: {integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=}
dev: true
/electron-to-chromium/1.4.224:
resolution: {integrity: sha512-dOujC5Yzj0nOVE23iD5HKqrRSDj2SD7RazpZS/b/WX85MtO6/LzKDF4TlYZTBteB+7fvSg5JpWh0sN7fImNF8w==}
/electron-to-chromium/1.4.225:
resolution: {integrity: sha512-ICHvGaCIQR3P88uK8aRtx8gmejbVJyC6bB4LEC3anzBrIzdzC7aiZHY4iFfXhN4st6I7lMO0x4sgBHf/7kBvRw==}
/emoji-regex/8.0.0:
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
......@@ -2976,6 +2976,11 @@ packages:
engines: {node: '>=10'}
dev: true
/escape-string-regexp/5.0.0:
resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==}
engines: {node: '>=12'}
dev: true
/eslint-config-prettier/8.5.0_eslint@8.22.0:
resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==}
hasBin: true
......@@ -4501,6 +4506,15 @@ packages:
resolution: {integrity: sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==}
dev: true
/mlly/0.5.13:
resolution: {integrity: sha512-0SK2fqoan+PMjADs4I2egAtrtNtpjqRez6PDTCeAdGjUQNJCvO5o9v2NEq52WA1jFmMU97qBr/JgdvCquehDbA==}
dependencies:
acorn: 8.8.0
pathe: 0.3.5
pkg-types: 0.3.4
ufo: 0.8.5
dev: true
/mockjs/1.1.0:
resolution: {integrity: sha512-eQsKcWzIaZzEZ07NuEyO4Nw65g0hdWAyurVol1IPl1gahRwY+svqzfgfey8U8dahLwG44d6/RwEzuK52rSa/JQ==}
hasBin: true
......@@ -4881,6 +4895,10 @@ packages:
engines: {node: '>=8'}
dev: true
/pathe/0.3.5:
resolution: {integrity: sha512-grU/QeYP0ChuE5kjU2/k8VtAeODzbernHlue0gTa27+ayGIu3wqYBIPGfP9r5xSqgCgDd4nWrjKXEfxMillByg==}
dev: true
/picocolors/1.0.0:
resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==}
......@@ -4914,8 +4932,8 @@ packages:
engines: {node: '>=6'}
optional: true
/pinia/2.0.18_j6bzmzd4ujpabbp5objtwxyjp4:
resolution: {integrity: sha512-I5MW05UVX6a5Djka136oH3VzYFiZUgeOApBwFjMx6pL91eHtGVlE3adjNUKLgtwGnrxiBRuJ8+4R3LKJKwnyZg==}
/pinia/2.0.19_j6bzmzd4ujpabbp5objtwxyjp4:
resolution: {integrity: sha512-Q/UQrmFLDMdlCkLfM5rGw1Ug0A7dy0G7NtBusMQSK+TNjf3CV/pO0RqblNIfuurWl42byTjM6HIemCWOfo8KXA==}
peerDependencies:
'@vue/composition-api': ^1.4.0
typescript: '>=4.4.4'
......@@ -4932,6 +4950,14 @@ packages:
vue-demi: 0.13.8_vue@3.2.37
dev: false
/pkg-types/0.3.4:
resolution: {integrity: sha512-s214f/xkRpwlwVBToWq9Mu0XlU3HhZMYCnr2var8+jjbavBHh/VCh4pBLsJW29rJ//B1jb4HlpMIaNIMH+W2/w==}
dependencies:
jsonc-parser: 3.1.0
mlly: 0.5.13
pathe: 0.3.5
dev: true
/pont-engine/1.3.3:
resolution: {integrity: sha512-JvN32pu25vrc/cw8/hkgNXNIJS+sxTZ9+7ZXZnvpsLdujmlTD7V67ka1Ak37BeylKTNb1sWdRrg4bSQXDqaB3Q==}
hasBin: true
......@@ -5393,6 +5419,10 @@ packages:
/sax/1.2.4:
resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==}
/scule/0.3.2:
resolution: {integrity: sha512-zIvPdjOH8fv8CgrPT5eqtxHQXmPNnV/vHJYffZhE43KZkvULvpCTvOt1HPlFaCZx287INL9qaqrZg34e8NgI4g==}
dev: true
/semver/5.7.1:
resolution: {integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==}
hasBin: true
......@@ -5705,6 +5735,12 @@ packages:
engines: {node: '>=8'}
dev: true
/strip-literal/0.4.0:
resolution: {integrity: sha512-ql/sBDoJOybTKSIOWrrh8kgUEMjXMwRAkZTD0EwiwxQH/6tTPkZvMIEjp0CRlpi6V5FMiJyvxeRkEi1KrGISoA==}
dependencies:
acorn: 8.8.0
dev: true
/style-search/0.1.0:
resolution: {integrity: sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==}
dev: true
......@@ -5846,8 +5882,8 @@ packages:
resolution: {integrity: sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==}
dev: true
/systemjs/6.12.2:
resolution: {integrity: sha512-m8E/zVRcfwPiCVtj7iAtL5JdfewnBVvq1HfnPlg30U3SIRCCj1sH2kDLl/PJJvgGB8rSZI65ZXmeZyQshK4aYg==}
/systemjs/6.12.3:
resolution: {integrity: sha512-TtYUN86Hs8V1QGAoj9ad1xmJmZS9Lurfi8Iu8QWOKaUDDuTH0Bpfdxz9qZIdxsmvAg3WMQnZ5/pkQvloh2sr/Q==}
dev: true
/table/6.8.0:
......@@ -6053,6 +6089,10 @@ packages:
engines: {node: '>=4.2.0'}
hasBin: true
/ufo/0.8.5:
resolution: {integrity: sha512-e4+UtA5IRO+ha6hYklwj6r7BjiGMxS0O+UaSg9HbaTefg4kMkzj4tXzEBajRR+wkxf+golgAWKzLbytCUDMJAA==}
dev: true
/uglify-js/3.17.0:
resolution: {integrity: sha512-aTeNPVmgIMPpm1cxXr2Q/nEbvkmV8yq66F3om7X3P/cvOXQ0TMQ64Wk63iyT1gPlmdmGzjGpyLh1f3y8MZWXGg==}
engines: {node: '>=0.8.0'}
......@@ -6070,6 +6110,26 @@ packages:
which-boxed-primitive: 1.0.2
dev: true
/unimport/0.6.7_vite@3.0.8:
resolution: {integrity: sha512-EMoVqDjswHkU+nD098QYHXH7Mkw7KwGDQAyeRF2lgairJnuO+wpkhIcmCqrD1OPJmsjkTbJ2tW6Ap8St0PuWZA==}
dependencies:
'@rollup/pluginutils': 4.2.1
escape-string-regexp: 5.0.0
fast-glob: 3.2.11
local-pkg: 0.4.2
magic-string: 0.26.2
mlly: 0.5.13
pathe: 0.3.5
scule: 0.3.2
strip-literal: 0.4.0
unplugin: 0.9.3_vite@3.0.8
transitivePeerDependencies:
- esbuild
- rollup
- vite
- webpack
dev: true
/universalify/0.1.2:
resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==}
engines: {node: '>= 4.0.0'}
......@@ -6084,8 +6144,8 @@ packages:
engines: {node: '>= 0.8'}
dev: true
/unplugin-auto-import/0.7.2_rw7qhmomomz2o5q2bfguevjfvy:
resolution: {integrity: sha512-VzaYUa2VByUT70WSFlOXoovyWuwC/8ePKQUC9fhU+BRmvTC7qhCVgChH/NieWMEVgyT+HhacxM+W7xMEOmA+MA==}
/unplugin-auto-import/0.11.2_rw7qhmomomz2o5q2bfguevjfvy:
resolution: {integrity: sha512-1+VwBfn9dtiYv9SQLKP1AvZolUbK9xTVeAT+iOcEk4EHSFUlmIqBVLEKI76cifSQTLOJ3rZyPrEgptf3SZNLlQ==}
engines: {node: '>=14'}
peerDependencies:
'@vueuse/core': '*'
......@@ -6098,8 +6158,8 @@ packages:
'@vueuse/core': 8.9.4_vue@3.2.37
local-pkg: 0.4.2
magic-string: 0.26.2
resolve: 1.22.1
unplugin: 0.6.3_vite@3.0.8
unimport: 0.6.7_vite@3.0.8
unplugin: 0.9.3_vite@3.0.8
transitivePeerDependencies:
- esbuild
- rollup
......@@ -6107,12 +6167,12 @@ packages:
- webpack
dev: true
/unplugin/0.6.3_vite@3.0.8:
resolution: {integrity: sha512-CoW88FQfCW/yabVc4bLrjikN9HC8dEvMU4O7B6K2jsYMPK0l6iAnd9dpJwqGcmXJKRCU9vwSsy653qg+RK0G6A==}
/unplugin/0.9.3_vite@3.0.8:
resolution: {integrity: sha512-GWXxizZG+tobNs8fuGTCeilerkkfZTZax2iivuE4pxLaF9wTnPJHOq8tbLKDb5ohVb+2BXNjrU9xx59yWTUnuw==}
peerDependencies:
esbuild: '>=0.13'
rollup: ^2.50.0
vite: ^2.3.0
vite: ^2.3.0 || ^3.0.0-0
webpack: 4 || 5
peerDependenciesMeta:
esbuild:
......@@ -6124,6 +6184,7 @@ packages:
webpack:
optional: true
dependencies:
acorn: 8.8.0
chokidar: 3.5.3
vite: 3.0.8_ldklcjfatu7qedyjhd4as6di6a
webpack-sources: 3.2.3
......
<script setup lang="ts">
import { Message } from '@/common/message'
onLaunch(() => {
console.log('App Launch')
})
......
// 本文件由FirstUI授权予长沙壹润信息科技发展有限公司(手机号: 156 16 26 019 5,身份证尾号:503 75T)专用,请尊重知识产权,勿私下传播,违者追究法律责任。
const fui = {
toast: function (text: string) {
if (text) {
// #ifndef APP-PLUS
uni.showToast({
title: text,
icon: 'none',
duration: 2000,
})
// #endif
// #ifdef APP-PLUS
plus.nativeUI.toast(text, {
duration: 'short',
})
// #endif
}
},
modal: function (
title: string,
content: string,
callback: Function,
showCancel: boolean,
confirmColor: string,
confirmText: string,
) {
uni.showModal({
title: title,
content: content,
showCancel: showCancel || false,
// #ifndef MP-TOUTIAO
cancelColor: '#7F7F7F',
confirmColor: confirmColor || '#465CFF',
// #endif
confirmText: confirmText || '确定',
success(res) {
if (res.confirm) {
callback && callback(true)
} else {
callback && callback(false)
}
},
fail(err) {
console.log(err)
},
})
},
href(url: string, isMain: boolean) {
if (isMain) {
uni.switchTab({
url: url,
})
} else {
uni.navigateTo({
url: url,
})
}
},
jsonp: function (url: string, callback: Function, callbackname: string) {
// #ifdef H5
window[callbackname] = callback
const script = document.createElement('script')
script.src = url
script.type = 'text/javascript'
document.head.appendChild(script)
document.head.removeChild(script)
// #endif
},
resUrl: function () {
return 'https://res.firstui.cn/static/images'
},
}
export default fui
// 本文件由FirstUI授权予长沙壹润信息科技发展有限公司(手机号: 15 6 1 62 60 19 5,身份证尾号: 50 37 5T)专用,请尊重知识产权,勿私下传播,违者追究法律责任。
import http from '@/components/firstui/fui-request'
//初始化请求配置项
http.create({
host: 'https://ffa.firstui.cn',
header: {
// 'content-type': 'application/x-www-form-urlencoded'
},
})
//请求拦截
http.interceptors.request.use((config) => {
//请求之前可在请求头中加入token等信息
const token = uni.getStorageSync('firstui_token') || 'testToken'
if (config.header) {
config.header['token'] = token
} else {
config.header = {
token: token,
}
}
return config
})
//响应拦截
http.interceptors.response.use((response) => {
//TODO
return response
})
export default http
......@@ -3,21 +3,75 @@ export const Message = {
* 消息轻提示
* @param text 消息内容
*/
toast: function (text: string) {
toast: (text: string, duration?: 'short' | 'long'): void => {
if (text) {
// #ifndef APP-PLUS
uni.showToast({
title: text,
icon: 'none',
duration: 2000,
duration: duration === 'short' ? 2000 : 3500,
})
// #endif
// #ifdef APP-PLUS
plus.nativeUI.toast(text, {
duration: 'short',
duration: duration || 'short',
})
// #endif
}
},
/**
* 消息弹窗提示
* @param message 消息内容
* @param title 标题
* @returns Promise<void>
*/
alert: (message: string, title = '提示', confirmText = '确定'): Promise<void> => {
return new Promise((resolve, reject) => {
// #ifndef APP-PLUS
uni.showModal({
title: title,
content: message,
showCancel: false,
confirmText: confirmText,
success: () => resolve(),
fail: (err) => reject(err),
})
// #endif
// #ifdef APP-PLUS
plus.nativeUI.alert(message, resolve, title, confirmText)
// #endif
})
},
/**
* 消息确认提示
* @param title 标题
* @param message 提示内容
* @param confirmText 确认按钮文字
* @param showCancel 是否显示取消按钮
* @returns Promise<boolean> 是否点击了确认按钮
*/
confirm: (message: string, title = '提示', confirmText = '确定', showCancel = true): Promise<boolean> => {
return new Promise((resolve, reject) => {
// #ifndef APP-PLUS
uni.showModal({
title: title,
content: message,
showCancel: showCancel,
confirmText: confirmText,
success: (res) => resolve(res.confirm),
fail: (err) => reject(err),
})
// #endif
// #ifdef APP-PLUS
plus.nativeUI.confirm(message, ({ index }) => resolve(index === 0), {
title,
buttons: ['确认', '取消'],
verticalAlign: 'center',
})
// #endif
})
},
}
......@@ -13,16 +13,12 @@ export const $app = config
export function setupAppConfig(app: App<Element>) {
// 打印 App 信息
// #ifdef H5
const block = Array(50).fill('=').join('')
const infos: string[] = []
infos.push(block)
infos.push(`[App] name: ${config.name}`)
infos.push(`[App] version: ${config.version}`)
infos.push(`[App] description: ${config.description}`)
infos.push(`[App] author: ${config.author.name} ${config.author.url}`)
infos.push(`[App] lastBuildTime: ${config.lastBuildTime}`)
infos.push(block)
console.log('%c' + infos.join('\n'), 'color: violet;')
console.log(
`%c APP %c ${config.name} %c V${config.version} `,
'padding: 2px 1px; border-radius: 3px; color: #fff; background: #fa593b; font-weight: bold; margin-right: 5px;',
'padding: 2px 1px; border-radius: 3px 0 0 3px; color: #fff; background: #606060; font-weight: bold;',
'padding: 2px 1px; border-radius: 0 3px 3px 0; color: #fff; background: #42c02e; font-weight: bold;',
)
// #endif
app.config.globalProperties.$app = $app
......
......@@ -6,7 +6,6 @@ import { setupAppConfig } from '/@/config/app'
import { setupStore } from '/@/store'
import { setupI18n } from '/@/locales'
import fui from './common/fui-app'
import fuiConfig from './components/firstui/fui-config'
export function createApp() {
......@@ -24,7 +23,6 @@ export function createApp() {
//全局组件配置
// @ts-ignore
uni.$fui = fuiConfig
app.config.globalProperties.fui = fui
return {
app,
......
<script setup lang="ts">
import { Message } from '@/common/message'
import dayjs from 'dayjs'
const year = ref(dayjs().year())
const title = ref('Hello World')
// TODO: 测试接口
API.example.hello.request().then((body) => {
title.value = body
onMounted(() => {
// test API
API.example.hello.request().then((body) => {
title.value = body
Message.toast(body)
console.log(body)
console.log(body, $app.name, $app.version)
Message.toast(body)
})
})
const change = () => {
const surprise = () => {
// #ifdef APP-PLUS
const orientation = plus.navigator.getOrientation()
Message.toast('Orientation: ' + orientation)
if (orientation === 0) {
plus.screen.lockOrientation('landscape-primary')
} else if (orientation === 90) {
plus.screen.lockOrientation('portrait-primary')
}
Message.toast('🥳 surprise~')
// #endif
// #ifndef APP-PLUS
Message.toast(`使用 APP 运行点击有惊喜~ ╰(*°▽°*)╯`)
// #endif
}
</script>
<template>
<view class="content">
<fui-avatar src="/static/logo.png" radius="14" @click="change" />
<fui-avatar src="/static/logo.png" radius="14" @click="surprise" />
<view class="info">
<text class="title">{{ title }}</text>
<text class="title">{{ $t('app.hello') }}</text>
......
// Generated by 'unplugin-auto-import'
// We suggest you to commit this file into source control
export {}
declare global {
const $app: typeof import('@/config/app')['$app']
const API: typeof import('@/api/services/mods')['API']
const EffectScope: typeof import('vue')['EffectScope']
const Message: typeof import('@/common/message')['Message']
const computed: typeof import('vue')['computed']
const createApp: typeof import('vue')['createApp']
const customRef: typeof import('vue')['customRef']
......@@ -10,15 +12,15 @@ declare global {
const defineComponent: typeof import('vue')['defineComponent']
const defs: typeof import('@/api/services')['defs']
const effectScope: typeof import('vue')['effectScope']
const EffectScope: typeof import('vue')['EffectScope']
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
const getCurrentScope: typeof import('vue')['getCurrentScope']
const h: typeof import('vue')['h']
const inject: typeof import('vue')['inject']
const isProxy: typeof import('vue')['isProxy']
const isReactive: typeof import('vue')['isReactive']
const isReadonly: typeof import('vue')['isReadonly']
const isRef: typeof import('vue')['isRef']
const markRaw: typeof import('vue')['markRaw']
const Message: typeof import('@/commom/message')['Message']
const nextTick: typeof import('vue')['nextTick']
const onActivated: typeof import('vue')['onActivated']
const onAddToFavorites: typeof import('@dcloudio/uni-app')['onAddToFavorites']
......@@ -77,5 +79,6 @@ declare global {
const useSlots: typeof import('vue')['useSlots']
const watch: typeof import('vue')['watch']
const watchEffect: typeof import('vue')['watchEffect']
const watchPostEffect: typeof import('vue')['watchPostEffect']
const watchSyncEffect: typeof import('vue')['watchSyncEffect']
}
export {}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论