feat: Add complex dynamic form to SwitchForm #1739 (#2001)

### What problem does this PR solve?

feat: Add complex dynamic form to SwitchForm #1739

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-08-19 16:07:04 +08:00
committed by GitHub
parent e91af1dff9
commit 9cfd521d67
5 changed files with 143 additions and 3 deletions

View File

@ -807,6 +807,7 @@ The above is the content you need to summarize.`,
port: 'Port',
password: 'Password',
switch: 'Switch',
logicalOperator: 'Logical operator',
},
footer: {
profile: 'All rights reserved @ React',

View File

@ -765,6 +765,7 @@ export default {
port: '端口',
password: '密碼',
switch: '條件',
logicalOperator: '操作符',
},
footer: {
profile: '“保留所有權利 @ react”',

View File

@ -783,6 +783,7 @@ export default {
port: '端口',
password: '密码',
switch: '条件',
logicalOperator: '操作符',
},
footer: {
profile: 'All rights reserved @ React',