1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2025-09-03 16:19:22 +00:00

Add js-yaml and jscses dependencies; enhance cses2wakeup.vue with improved UI elements, error handling, and YAML support for data processing.

This commit is contained in:
SunWuyuan 2025-04-26 09:26:53 +08:00
parent 5f4ff2bb59
commit cc7478d03a
No known key found for this signature in database
GPG Key ID: A6A54CF66F56BB64
3 changed files with 992 additions and 905 deletions

View File

@ -13,6 +13,8 @@
"@mdi/font": "7.4.47",
"axios": "^1.8.4",
"idb": "^8.0.2",
"js-yaml": "^4.1.0",
"jscses": "^1.0.6",
"pinyin-pro": "^3.26.0",
"roboto-fontface": "*",
"typewriter-effect": "^2.21.0",

14
pnpm-lock.yaml generated
View File

@ -17,6 +17,12 @@ importers:
idb:
specifier: ^8.0.2
version: 8.0.2
js-yaml:
specifier: ^4.1.0
version: 4.1.0
jscses:
specifier: ^1.0.6
version: 1.0.6
pinyin-pro:
specifier: ^3.26.0
version: 3.26.0
@ -2300,6 +2306,10 @@ packages:
resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
hasBin: true
jscses@1.0.6:
resolution: {integrity: sha512-AKQZuopfyWv+BOEZtiEvfhn2FGr2cfAfY0oAuoGqKjBXkgx3lpq6VfW7nQREnJ9Whhr1t6LV2BNLFry/Kwajdg==}
hasBin: true
jsesc@3.0.2:
resolution: {integrity: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==}
engines: {node: '>=6'}
@ -5871,6 +5881,10 @@ snapshots:
dependencies:
argparse: 2.0.1
jscses@1.0.6:
dependencies:
js-yaml: 4.1.0
jsesc@3.0.2: {}
jsesc@3.1.0: {}

File diff suppressed because it is too large Load Diff