更新首页

This commit is contained in:
2026-09-11 12:25:38 +08:00
parent 9e24153eac
commit c29c3be942
326 changed files with 6564 additions and 44307 deletions
+2 -1
View File
@@ -11,7 +11,8 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "node --import ./scripts/crypto-hash-polyfill.mjs ./node_modules/nuxt/bin/nuxt.mjs preview",
"postinstall": "node --import ./scripts/crypto-hash-polyfill.mjs ./node_modules/nuxt/bin/nuxt.mjs prepare"
"postinstall": "node --import ./scripts/crypto-hash-polyfill.mjs ./node_modules/nuxt/bin/nuxt.mjs prepare",
"start": "node --import ./scripts/crypto-hash-polyfill.mjs .output/server/index.mjs"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",