🧑‍💻 更换json渲染组件,渲染公告解析json

This commit is contained in:
目棃
2025-02-27 14:06:08 +08:00
parent 3ba72969d9
commit 6676357296
9 changed files with 166 additions and 73 deletions

View File

@@ -13,7 +13,7 @@
"esModuleInterop": true,
"lib": ["DOM", "ESNext"],
"skipLibCheck": true,
"types": ["vite/client", "node", "color-convert", "js-md5", "uuid", "src/vite-env"],
"types": ["vite/client", "node", "color-convert", "js-md5", "uuid"],
"allowSyntheticDefaultImports": true,
"composite": true,
"baseUrl": ".",
@@ -30,6 +30,7 @@
"*.yml",
"*.yaml",
"package.json",
"src/vite-env.d.ts",
"src/**/*.d.ts",
"src/**/*.ts",
"src/**/*.vue",