diff --git a/frontend/TODO.md b/frontend/TODO.md index d519b3a..fadee66 100644 --- a/frontend/TODO.md +++ b/frontend/TODO.md @@ -1,4 +1,2 @@ -[ ] feat - Skills 页面根据 Category 分组展示 -[ ] fix - autoOpen -[ ] fix - local settings -[ ] feat - todo +[ ] feat - scroll tips +[ ] fix - code generate scroll diff --git a/frontend/src/core/i18n/locales/en-US.ts b/frontend/src/core/i18n/locales/en-US.ts index 5807aa9..aae2141 100644 --- a/frontend/src/core/i18n/locales/en-US.ts +++ b/frontend/src/core/i18n/locales/en-US.ts @@ -73,7 +73,7 @@ export const enUS: Translations = { officialWebsite: "DeerFlow's official website", githubTooltip: "DeerFlow on Github", settingsAndMore: "Settings and more", - visitGithub: "Visit DeerFlow on GitHub", + visitGithub: "DeerFlow on GitHub", reportIssue: "Report a issue", contactUs: "Contact us", about: "About DeerFlow",