修改ui样式

This commit is contained in:
Bob.Song
2026-02-04 18:55:28 +08:00
parent b6570fa8fa
commit ca9226015d
154 changed files with 13770 additions and 338 deletions

View File

@@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"sourceMap": false,
"typeRoots": [
"./node_modules/@types"
],
"outDir": "./"
},
"include": ["./*"],
"exclude": ["./node_modules/**/*"]
}