1
0

feat(web): 增加数据资源创建接口

This commit is contained in:
2024-11-21 00:11:53 +08:00
parent ba19775764
commit 6d63c20b7f
17 changed files with 189 additions and 12 deletions

View File

@@ -191,7 +191,7 @@ export function resourceAddDialog() {
{
type: 'input-text',
label: '文件筛选',
name: 'ftpRegex',
name: 'ftpRegexFilter',
description: '正则表达式,用于匹配文件的路径,只有符合筛选条件的文件才会被采集;若为空则默认采集全部文件',
...clearable,
},