feat: Add RunDrawer #3355 (#3434)

### What problem does this PR solve?

feat: Translation test run form #3355
feat: Wrap QueryTable with Collapse #3355
feat: If the required fields are not filled in, the submit button will
be grayed out. #3355
feat: Add RunDrawer #3355

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-11-15 15:17:23 +08:00
committed by GitHub
parent a854bc22d1
commit e0659a4f0e
25 changed files with 780 additions and 135 deletions

View File

@@ -32,6 +32,7 @@ export default {
s: '秒',
pleaseSelect: '请选择',
pleaseInput: '请输入',
submit: '提交',
},
login: {
login: '登录',
@@ -1005,6 +1006,9 @@ export default {
content: '内容',
operationResults: '运行结果',
autosaved: '已自动保存',
optional: '可选项',
pasteFileLink: '粘贴文件链接',
testRun: '试运行',
},
footer: {
profile: 'All rights reserved @ React',