解决 eps 层级提升问题,更新依赖 @cool-vue/vite-plugin@8.2.8
This commit is contained in:
1
.cool/eps.json
Normal file
1
.cool/eps.json
Normal file
File diff suppressed because one or more lines are too long
10
.cool/eps.ts
10
.cool/eps.ts
@@ -327,6 +327,10 @@ export type UserLogin = {
|
|||||||
|
|
||||||
export type DictKey = "brand" | "occupation";
|
export type DictKey = "brand" | "occupation";
|
||||||
|
|
||||||
|
export type BaseInterface = { comm: BaseComm };
|
||||||
|
|
||||||
|
export type DictInterface = { info: DictInfo };
|
||||||
|
|
||||||
export type UserInterface = {
|
export type UserInterface = {
|
||||||
address: UserAddress;
|
address: UserAddress;
|
||||||
comm: UserComm;
|
comm: UserComm;
|
||||||
@@ -334,8 +338,4 @@ export type UserInterface = {
|
|||||||
login: UserLogin;
|
login: UserLogin;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type DictInterface = { info: DictInfo };
|
export type Service = { base: BaseInterface; dict: DictInterface; user: UserInterface };
|
||||||
|
|
||||||
export type BaseInterface = { comm: BaseComm };
|
|
||||||
|
|
||||||
export type Service = { user: UserInterface; dict: DictInterface; base: BaseInterface };
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cool-unix",
|
"name": "cool-unix",
|
||||||
"version": "8.0.16",
|
"version": "8.0.17",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build-ui": "node ./uni_modules/cool-ui/scripts/generate-types.js",
|
"build-ui": "node ./uni_modules/cool-ui/scripts/generate-types.js",
|
||||||
@@ -8,13 +8,14 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"hammer-touchemulator": "^0.0.2",
|
"hammer-touchemulator": "^0.0.2",
|
||||||
"vue": "^3.5.13"
|
"vue": "^3.5.13",
|
||||||
|
"weixin-js-sdk": "^1.6.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/parser": "^7.27.5",
|
"@babel/parser": "^7.27.5",
|
||||||
"@babel/types": "^7.27.6",
|
"@babel/types": "^7.27.6",
|
||||||
"@cool-vue/ai": "^1.1.6",
|
"@cool-vue/ai": "^1.1.6",
|
||||||
"@cool-vue/vite-plugin": "^8.2.7",
|
"@cool-vue/vite-plugin": "^8.2.8",
|
||||||
"@dcloudio/types": "^3.4.16",
|
"@dcloudio/types": "^3.4.16",
|
||||||
"@types/node": "^24.0.15",
|
"@types/node": "^24.0.15",
|
||||||
"@vue/compiler-sfc": "^3.5.16",
|
"@vue/compiler-sfc": "^3.5.16",
|
||||||
|
|||||||
18
pnpm-lock.yaml
generated
18
pnpm-lock.yaml
generated
@@ -14,6 +14,9 @@ importers:
|
|||||||
vue:
|
vue:
|
||||||
specifier: ^3.5.13
|
specifier: ^3.5.13
|
||||||
version: 3.5.17
|
version: 3.5.17
|
||||||
|
weixin-js-sdk:
|
||||||
|
specifier: ^1.6.5
|
||||||
|
version: 1.6.5
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@babel/parser':
|
'@babel/parser':
|
||||||
specifier: ^7.27.5
|
specifier: ^7.27.5
|
||||||
@@ -25,8 +28,8 @@ importers:
|
|||||||
specifier: ^1.1.6
|
specifier: ^1.1.6
|
||||||
version: 1.1.6
|
version: 1.1.6
|
||||||
'@cool-vue/vite-plugin':
|
'@cool-vue/vite-plugin':
|
||||||
specifier: ^8.2.7
|
specifier: ^8.2.8
|
||||||
version: 8.2.7
|
version: 8.2.8
|
||||||
'@dcloudio/types':
|
'@dcloudio/types':
|
||||||
specifier: ^3.4.16
|
specifier: ^3.4.16
|
||||||
version: 3.4.16
|
version: 3.4.16
|
||||||
@@ -85,8 +88,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-+5vEnjuMHhmOlAlozasGMaSkx2TZ5p45nOuLzx88ZVyqO0dMYXUJ5I8eVR5XV7huYCLCw7dYwfVg5B03ngsYwg==}
|
resolution: {integrity: sha512-+5vEnjuMHhmOlAlozasGMaSkx2TZ5p45nOuLzx88ZVyqO0dMYXUJ5I8eVR5XV7huYCLCw7dYwfVg5B03ngsYwg==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
'@cool-vue/vite-plugin@8.2.7':
|
'@cool-vue/vite-plugin@8.2.8':
|
||||||
resolution: {integrity: sha512-Q3mKFvvVit7EYk+lmkUJnnUuDBlfsKL4i6oxyvAlbQDg1BQnANBI50V76ur6/BV9W8Onsk/GAo6a6yhFsThOqA==}
|
resolution: {integrity: sha512-MoiNQt/9Dr8e+P39LIaCEz2Y0OvdDauK9mGseyUCEmyKFRuF5KEmTlDzr2ChW/Z7IQMvXZnj47wiAmyuEzxwLA==}
|
||||||
|
|
||||||
'@dcloudio/types@3.4.16':
|
'@dcloudio/types@3.4.16':
|
||||||
resolution: {integrity: sha512-gJIr1OWtePTDDdjtp8Kh72S/ZGLunoSfHiUvRtXhBmAFNkDWuAKFO90hv62k3GYN/st04xUBQNtBfvhu/YHjww==}
|
resolution: {integrity: sha512-gJIr1OWtePTDDdjtp8Kh72S/ZGLunoSfHiUvRtXhBmAFNkDWuAKFO90hv62k3GYN/st04xUBQNtBfvhu/YHjww==}
|
||||||
@@ -1319,6 +1322,9 @@ packages:
|
|||||||
wcwidth@1.0.1:
|
wcwidth@1.0.1:
|
||||||
resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==}
|
resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==}
|
||||||
|
|
||||||
|
weixin-js-sdk@1.6.5:
|
||||||
|
resolution: {integrity: sha512-Gph1WAWB2YN/lMOFB/ymb+hbU/wYazzJgu6PMMktCy9cSCeW5wA6Zwt0dpahJbJ+RJEwtTv2x9iIu0U4enuVSQ==}
|
||||||
|
|
||||||
which@2.0.2:
|
which@2.0.2:
|
||||||
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
|
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
|
||||||
engines: {node: '>= 8'}
|
engines: {node: '>= 8'}
|
||||||
@@ -1370,7 +1376,7 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- debug
|
- debug
|
||||||
|
|
||||||
'@cool-vue/vite-plugin@8.2.7':
|
'@cool-vue/vite-plugin@8.2.8':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-sfc': 3.5.17
|
'@vue/compiler-sfc': 3.5.17
|
||||||
axios: 1.10.0
|
axios: 1.10.0
|
||||||
@@ -2503,6 +2509,8 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
defaults: 1.0.4
|
defaults: 1.0.4
|
||||||
|
|
||||||
|
weixin-js-sdk@1.6.5: {}
|
||||||
|
|
||||||
which@2.0.2:
|
which@2.0.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
isexe: 2.0.0
|
isexe: 2.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user