feat: Add SwitchForm #1739 (#1994)

### 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:
balibabu
2024-08-19 12:00:55 +08:00
committed by GitHub
parent 79426fc41f
commit 99b634c68d
8 changed files with 30 additions and 0 deletions

View File

@ -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',

View File

@ -764,6 +764,7 @@ export default {
host: '主機',
port: '端口',
password: '密碼',
switch: '條件',
},
footer: {
profile: '“保留所有權利 @ react”',

View File

@ -782,6 +782,7 @@ export default {
host: '主机',
port: '端口',
password: '密码',
switch: '条件',
},
footer: {
profile: 'All rights reserved @ React',