feat: Modify the modal style of creating an agent so that there are more templates in the field of view #2122 (#2123)

### What problem does this PR solve?

feat: Modify the modal style of creating an agent so that there are more
templates in the field of view #2122

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-08-27 18:49:08 +08:00
committed by GitHub
parent fc172b4a79
commit c8097e97cb
10 changed files with 224 additions and 113 deletions

View File

@ -857,6 +857,7 @@ The above is the content you need to summarize.`,
},
operator: 'Operator',
value: 'Value',
useTemplate: 'Use this template',
},
footer: {
profile: 'All rights reserved @ React',

View File

@ -812,6 +812,7 @@ export default {
},
operator: '操作符',
value: '值',
useTemplate: '使用該模板',
},
footer: {
profile: '“保留所有權利 @ react”',

View File

@ -830,6 +830,7 @@ export default {
},
operator: '操作符',
value: '值',
useTemplate: '使用该模板',
},
footer: {
profile: 'All rights reserved @ React',