refactor: refactor webui

This commit is contained in:
2025-04-26 01:43:23 +08:00
parent b20f7cd1ad
commit ee1b1ae5e6
104 changed files with 934 additions and 827 deletions

View File

@@ -14,6 +14,7 @@
"noDangerouslySetInnerHtml": "off"
},
"suspicious": {
"noEmptyBlockStatements": "off",
"noExplicitAny": "off",
"noConsole": "off",
"noConsoleLog": "off"
@@ -34,7 +35,7 @@
},
"overrides": [
{
"include": ["apps/webui/src/components/ui/**/*"],
"include": ["apps/webui/src/views/components/ui/**/*"],
"javascript": {
"formatter": {
"quoteStyle": "double"