Commit Graph

14 Commits

Author SHA1 Message Date
guangfei.zhao
fc0b7b2cc9 feat(login): add password visibility toggle and confirm password field 2025-11-18 11:15:09 +08:00
guangfei.zhao
ef8076d87f feat(models): add models page and refactor profile form 2025-11-14 16:48:42 +08:00
guangfei.zhao
b610ee0a8f feat(knowledge): add parse type enum and refactor configuration components
refactor(configuration): replace buildMode with parseType in all config components
2025-11-07 13:30:59 +08:00
guangfei.zhao
e325beea4b feat(agent): implement agent detail page with canvas view and version history 2025-11-06 16:53:47 +08:00
guangfei.zhao
889d385709 feat(agent): implement agent management UI and operations 2025-11-05 17:20:58 +08:00
guangfei.zhao
b34988e830 feat(agent): add agent management feature with list view and routing 2025-11-04 18:32:51 +08:00
guangfei.zhao
37dcab1597 feat(knowledge): add overview page for knowledge base logs
- Implement new overview page to display file and dataset processing logs
2025-11-04 15:32:55 +08:00
guangfei.zhao
74c4f798a5 feat(knowledge): add RAPTOR and Knowledge Graph config sections to parsers
refactor(knowledge): reorganize parser configuration components into accordions
2025-11-03 17:47:33 +08:00
guangfei.zhao
19b70a4abd feat(chunk): add chunk editing and image preview functionality 2025-10-30 17:56:03 +08:00
guangfei.zhao
b35fe51d60 feat(i18n): add file upload translations and update raptor prompt 2025-10-29 16:54:04 +08:00
guangfei.zhao
9199ed7c29 feat(i18n): add internationalization support across multiple components 2025-10-29 16:40:20 +08:00
guangfei.zhao
46cc8a254a feat(i18n): add internationalization support across multiple components 2025-10-27 14:41:58 +08:00
guangfei.zhao
a1282de74f feat: add new interfaces, services, and utilities for API integration
refactor: reorganize type definitions and improve type safety

build: add lodash and @types/lodash as dependencies

chore: update tsconfig and vite config for path aliases

style: improve code organization and add documentation comments

fix: correct type usage in LanguageSwitcher component

perf: implement snackbar provider for global notifications

test: add new test interfaces and utility functions

ci: update pnpm-lock.yaml with new dependencies
2025-10-10 15:09:04 +08:00
guangfei.zhao
8cf7a4e5d5 feat(i18n): add internationalization support with i18next
- Add i18next and related dependencies for internationalization
- Implement language switcher component with English and Chinese support
- Create translation files for English and Chinese locales
- Update login and home pages to use translations
- Configure i18n initialization with language detection
- Add dayjs locale synchronization with i18n language changes
- Update tsconfig and eslint to ignore new locales directory
- Remove unused App.css and simplify index.css
- Update npmrc with mirror configuration
2025-10-10 11:15:56 +08:00