fix: frontend

This commit is contained in:
crazywoola
2026-02-09 16:07:20 +08:00
parent 09b628f372
commit 55b5340abc
2 changed files with 2 additions and 33 deletions

View File

@@ -269,9 +269,6 @@
}
},
"app/components/app/app-publisher/index.tsx": {
"tailwindcss/no-unnecessary-whitespace": {
"count": 1
},
"tailwindcss/no-unnecessary-whitespace": {
"count": 1
},
@@ -2529,27 +2526,9 @@
"count": 2
}
},
"app/components/goto-anything/actions/commands/registry.ts": {
"ts/no-explicit-any": {
"count": 3
}
},
"app/components/goto-anything/actions/commands/slash.tsx": {
"react-refresh/only-export-components": {
"count": 3
},
"ts/no-explicit-any": {
"count": 1
}
},
"app/components/goto-anything/actions/commands/types.ts": {
"ts/no-explicit-any": {
"count": 1
}
},
"app/components/goto-anything/actions/types.ts": {
"ts/no-explicit-any": {
"count": 2
}
},
"app/components/goto-anything/context.tsx": {
@@ -3207,11 +3186,6 @@
"count": 1
}
},
"app/components/share/text-generation/result/header.tsx": {
"tailwindcss/no-unnecessary-whitespace": {
"count": 3
}
},
"app/components/share/text-generation/result/index.tsx": {
"react-hooks-extra/no-direct-set-state-in-use-effect": {
"count": 3
@@ -3651,11 +3625,6 @@
"count": 1
}
},
"app/components/workflow/nodes/_base/components/before-run-form/panel-wrap.tsx": {
"tailwindcss/no-unnecessary-whitespace": {
"count": 1
}
},
"app/components/workflow/nodes/_base/components/editor/code-editor/editor-support-vars.tsx": {
"react-hooks-extra/no-direct-set-state-in-use-effect": {
"count": 1
@@ -5460,4 +5429,4 @@
"count": 2
}
}
}
}

View File

@@ -51,6 +51,7 @@
"gotoAnything.actions.communityDesc": "Open Discord community",
"gotoAnything.actions.docDesc": "Open help documentation",
"gotoAnything.actions.feedbackDesc": "Open community feedback discussions",
"gotoAnything.actions.generationDesc": "Generate workflow from natural language",
"gotoAnything.actions.languageCategoryDesc": "Switch interface language",
"gotoAnything.actions.languageCategoryTitle": "Language",
"gotoAnything.actions.languageChangeDesc": "Change UI language",
@@ -75,7 +76,6 @@
"gotoAnything.actions.themeLightDesc": "Use light appearance",
"gotoAnything.actions.themeSystem": "System Theme",
"gotoAnything.actions.themeSystemDesc": "Follow your OS appearance",
"gotoAnything.actions.generationDesc": "Generate workflow from natural language",
"gotoAnything.actions.vibeHint": "Try: {{prompt}}",
"gotoAnything.actions.vibeTitle": "Vibe",
"gotoAnything.actions.zenDesc": "Toggle canvas focus mode",