From 55b5340abc83bb1c69a6302a140471c3ae1c2859 Mon Sep 17 00:00:00 2001 From: crazywoola <427733928@qq.com> Date: Mon, 9 Feb 2026 16:07:20 +0800 Subject: [PATCH] fix: frontend --- web/eslint-suppressions.json | 33 +-------------------------------- web/i18n/en-US/app.json | 2 +- 2 files changed, 2 insertions(+), 33 deletions(-) diff --git a/web/eslint-suppressions.json b/web/eslint-suppressions.json index e127d3a21d..519660d2b8 100644 --- a/web/eslint-suppressions.json +++ b/web/eslint-suppressions.json @@ -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 } } -} +} \ No newline at end of file diff --git a/web/i18n/en-US/app.json b/web/i18n/en-US/app.json index 41be91c7ea..7ff5cb8484 100644 --- a/web/i18n/en-US/app.json +++ b/web/i18n/en-US/app.json @@ -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",