mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 00:46:52 +08:00
### What problem does this PR solve? feat: Add SwitchForm #1739 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -806,6 +806,7 @@ The above is the content you need to summarize.`,
|
||||
host: 'Host',
|
||||
port: 'Port',
|
||||
password: 'Password',
|
||||
switch: 'Switch',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
@ -764,6 +764,7 @@ export default {
|
||||
host: '主機',
|
||||
port: '端口',
|
||||
password: '密碼',
|
||||
switch: '條件',
|
||||
},
|
||||
footer: {
|
||||
profile: '“保留所有權利 @ react”',
|
||||
|
||||
@ -782,6 +782,7 @@ export default {
|
||||
host: '主机',
|
||||
port: '端口',
|
||||
password: '密码',
|
||||
switch: '条件',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user