增加自动化代码文件组件

This commit is contained in:
piexlMax
2023-06-09 22:10:18 +08:00
parent a9d0531a56
commit b17b56dba0
11 changed files with 252 additions and 70 deletions

View File

@@ -172,20 +172,14 @@ const typeOptions = ref([
label: '单图片(字符串)',
value: 'picture',
},
{
label: '文件json字符串',
value: 'file',
},
{
label: '多图片(开发中)',
value: 'pictures',
disabled: true
},
{
label: '文件(开发中)',
value: 'file',
disabled: true
},
{
label: '多文件(开发中)',
value: 'files',
disabled: true
}
])
const rules = ref({