feat(desktop): ✨ 实现一些功能
1. 实现任务暂停功能 2. 实现页面的国际化功能 3.优化项目的结构以及BUG 4. 优化系统架构 5. 实现一大堆的功能
This commit is contained in:
55
pnpm-lock.yaml
generated
55
pnpm-lock.yaml
generated
@@ -74,6 +74,9 @@ importers:
|
||||
typeorm:
|
||||
specifier: ^0.3.28
|
||||
version: 0.3.28(better-sqlite3@12.5.0)
|
||||
vue-i18n:
|
||||
specifier: 12.0.0-alpha.3
|
||||
version: 12.0.0-alpha.3(vue@3.5.26(typescript@5.9.3))
|
||||
vue-router:
|
||||
specifier: ^4.6.4
|
||||
version: 4.6.4(vue@3.5.26(typescript@5.9.3))
|
||||
@@ -799,6 +802,24 @@ packages:
|
||||
'@iconify/utils@3.1.0':
|
||||
resolution: {integrity: sha512-Zlzem1ZXhI1iHeeERabLNzBHdOa4VhQbqAcOQaMKuTuyZCpwKbC2R4Dd0Zo3g9EAc+Y4fiarO8HIHRAth7+skw==}
|
||||
|
||||
'@intlify/core-base@12.0.0-alpha.3':
|
||||
resolution: {integrity: sha512-LEvBHBUbiOOtIBkp4IIQENVC5Fg2YHsvdXN1+WRIxQ8hzHbHSBiqZ2l68B/yg8sE1a4S7dqhkaAedunShWPH+Q==}
|
||||
engines: {node: '>= 16'}
|
||||
|
||||
'@intlify/message-compiler@12.0.0-alpha.3':
|
||||
resolution: {integrity: sha512-mDDTN3gfYOHhBnpnlby19UHyvMaOnzdlpsIrxUfs44R/vCATfn8pMOkE8PXD2t410xkocEj3FpDcC9XC/0v4Dg==}
|
||||
engines: {node: '>= 16'}
|
||||
|
||||
'@intlify/shared@12.0.0-alpha.3':
|
||||
resolution: {integrity: sha512-ryaNYBvxQjyJUmVuBBg+HHUsmGnfxcEUPR0NCeG4/K9N2qtyFE35C80S15IN6iYFE2MGWLN7HfOSyg0MXZIc9w==}
|
||||
engines: {node: '>= 16'}
|
||||
|
||||
'@intlify/vue-i18n-core@12.0.0-alpha.3':
|
||||
resolution: {integrity: sha512-YwAfTQILHN+VoK0P/Yv47GbKnEf1lhfbliyVyW3knAL1EmT8m0m3rwffXJnwyQhYw8Jpx85CpL49WkSgyi6d/g==}
|
||||
engines: {node: '>= 16'}
|
||||
peerDependencies:
|
||||
vue: ^3.0.0
|
||||
|
||||
'@isaacs/balanced-match@4.0.1':
|
||||
resolution: {integrity: sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==}
|
||||
engines: {node: 20 || >=22}
|
||||
@@ -3957,6 +3978,13 @@ packages:
|
||||
vue-flow-layout@0.2.0:
|
||||
resolution: {integrity: sha512-zKgsWWkXq0xrus7H4Mc+uFs1ESrmdTXlO0YNbR6wMdPaFvosL3fMB8N7uTV308UhGy9UvTrGhIY7mVz9eN+L0Q==}
|
||||
|
||||
vue-i18n@12.0.0-alpha.3:
|
||||
resolution: {integrity: sha512-+KQgD9LJoHfGCdJh3gaLdVS/Sps1n860+6wsjyeNLWJeEofjdVH7KPjz4rAeBlTAUaIDlIjHoXQY0Lk+8B6S9w==}
|
||||
engines: {node: '>= 16'}
|
||||
deprecated: This version is NOT deprecated. Previous deprecation was a mistake.
|
||||
peerDependencies:
|
||||
vue: ^3.0.0
|
||||
|
||||
vue-router@4.6.4:
|
||||
resolution: {integrity: sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==}
|
||||
peerDependencies:
|
||||
@@ -4690,6 +4718,25 @@ snapshots:
|
||||
'@iconify/types': 2.0.0
|
||||
mlly: 1.8.0
|
||||
|
||||
'@intlify/core-base@12.0.0-alpha.3':
|
||||
dependencies:
|
||||
'@intlify/message-compiler': 12.0.0-alpha.3
|
||||
'@intlify/shared': 12.0.0-alpha.3
|
||||
|
||||
'@intlify/message-compiler@12.0.0-alpha.3':
|
||||
dependencies:
|
||||
'@intlify/shared': 12.0.0-alpha.3
|
||||
source-map-js: 1.2.1
|
||||
|
||||
'@intlify/shared@12.0.0-alpha.3': {}
|
||||
|
||||
'@intlify/vue-i18n-core@12.0.0-alpha.3(vue@3.5.26(typescript@5.9.3))':
|
||||
dependencies:
|
||||
'@intlify/core-base': 12.0.0-alpha.3
|
||||
'@intlify/shared': 12.0.0-alpha.3
|
||||
'@vue/devtools-api': 6.6.4
|
||||
vue: 3.5.26(typescript@5.9.3)
|
||||
|
||||
'@isaacs/balanced-match@4.0.1': {}
|
||||
|
||||
'@isaacs/brace-expansion@5.0.0':
|
||||
@@ -8104,6 +8151,14 @@ snapshots:
|
||||
|
||||
vue-flow-layout@0.2.0: {}
|
||||
|
||||
vue-i18n@12.0.0-alpha.3(vue@3.5.26(typescript@5.9.3)):
|
||||
dependencies:
|
||||
'@intlify/core-base': 12.0.0-alpha.3
|
||||
'@intlify/shared': 12.0.0-alpha.3
|
||||
'@intlify/vue-i18n-core': 12.0.0-alpha.3(vue@3.5.26(typescript@5.9.3))
|
||||
'@vue/devtools-api': 6.6.4
|
||||
vue: 3.5.26(typescript@5.9.3)
|
||||
|
||||
vue-router@4.6.4(vue@3.5.26(typescript@5.9.3)):
|
||||
dependencies:
|
||||
'@vue/devtools-api': 6.6.4
|
||||
|
||||
Reference in New Issue
Block a user