feat: add RelevantForm #918 (#1313)

### What problem does this PR solve?

feat: add RelevantForm #918

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-06-28 17:22:10 +08:00
committed by GitHub
parent cd3c739982
commit f26d01dfa3
7 changed files with 94 additions and 0 deletions

View File

@@ -556,6 +556,7 @@ The above is the content you need to summarize.`,
messagePlaceholder: 'message',
messageMsg: 'Please input message or delete this field.',
addField: 'Add field',
loop: 'Loop',
},
footer: {
profile: 'All rights reserved @ React',

View File

@@ -517,6 +517,7 @@ export default {
messagePlaceholder: '訊息',
messageMsg: '請輸入訊息或刪除此欄位。',
addField: '新增字段',
loop: '環',
},
footer: {
profile: '“保留所有權利 @ react”',

View File

@@ -535,6 +535,7 @@ export default {
messagePlaceholder: '消息',
messageMsg: '请输入消息或删除此字段。',
addField: '新增字段',
loop: '环',
},
footer: {
profile: 'All rights reserved @ React',