feat: Automatically save agent page data #3301 (#3302)

### What problem does this PR solve?

feat: Automatically save agent page data #3301

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-11-08 17:28:11 +08:00
committed by GitHub
parent 464a4d6ead
commit 74d1eeb4d3
10 changed files with 105 additions and 23 deletions

View File

@@ -1036,6 +1036,7 @@ The above is the content you need to summarize.`,
howUseId: 'How to use agent ID?',
content: 'Content',
operationResults: 'Operation Results',
autosave: 'Automatically saved',
},
footer: {
profile: 'All rights reserved @ React',

View File

@@ -984,6 +984,7 @@ export default {
howUseId: '如何使用Agent ID',
content: '內容',
operationResults: '運行結果',
autosave: '已自動儲存',
},
footer: {
profile: '“保留所有權利 @ react”',

View File

@@ -1004,6 +1004,7 @@ export default {
howUseId: '如何使用Agent ID',
content: '内容',
operationResults: '运行结果',
autosave: '已自动保存',
},
footer: {
profile: 'All rights reserved @ React',