下雨光标样式测试

This commit is contained in:
2025-09-15 18:19:40 +08:00
parent c0aa41e28a
commit 552bd91e03
13 changed files with 1424 additions and 1 deletions

7
package-lock.json generated
View File

@@ -12,6 +12,7 @@
"@element-plus/icons-vue": "^2.3.1",
"@sugarat/theme": "0.5.6",
"element-plus": "^2.7.2",
"gsap": "^3.13.0",
"vue": "3.5.12"
},
"devDependencies": {
@@ -3504,6 +3505,12 @@
"node": ">=6.0"
}
},
"node_modules/gsap": {
"version": "3.13.0",
"resolved": "https://registry.npmjs.org/gsap/-/gsap-3.13.0.tgz",
"integrity": "sha512-QL7MJ2WMjm1PHWsoFrAQH/J8wUeqZvMtHO58qdekHpCfhvhSL4gSiz6vJf5EeMP0LOn3ZCprL2ki/gjED8ghVw==",
"license": "Standard 'no charge' license: https://gsap.com/standard-license."
},
"node_modules/hast-util-to-html": {
"version": "9.0.5",
"resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz",