Fix: Profile page UI adjustment #9869 (#10706)

### What problem does this PR solve?

Fix: Profile page UI adjustment

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2025-10-21 20:11:07 +08:00
committed by GitHub
parent 41fade3fe6
commit 1694f32e8e
7 changed files with 524 additions and 405 deletions

View File

@ -137,7 +137,7 @@ export default {
completed: 'Completed',
datasetLog: 'Dataset Log',
created: 'Created',
learnMore: 'Learn More',
learnMore: 'Built-in pipeline introduction',
general: 'General',
chunkMethodTab: 'Chunk Method',
testResults: 'Test Results',
@ -697,7 +697,7 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
system: 'System',
logout: 'Log out',
api: 'API',
username: 'Username',
username: 'Name',
usernameMessage: 'Please input your username!',
photo: 'Your photo',
photoDescription: 'This will be displayed on your profile.',

View File

@ -125,7 +125,7 @@ export default {
completed: '已完成',
datasetLog: '知识库日志',
created: '创建于',
learnMore: '了解更多',
learnMore: '内置pipeline简介',
general: '通用',
chunkMethodTab: '切片方法',
testResults: '测试结果',