1
0
mirror of synced 2025-12-15 23:37:57 +08:00

feat(vue-components,react-components): 组件表单配置修改

This commit is contained in:
roymondchen
2024-12-17 20:33:57 +08:00
parent 74f76d0ba3
commit e421a58f4e
6 changed files with 18 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
{
"version": "0.0.2",
"version": "0.0.3",
"name": "@tmagic/react-img",
"type": "module",
"main": "src/index.ts",

View File

@@ -18,9 +18,14 @@
export default [
{
text: '图片',
type: 'data-source-field-select',
name: 'src',
type: 'data-source-input',
text: '图片',
checkStrictly: false,
dataSourceFieldType: ['string'],
fieldConfig: {
type: 'img-upload',
},
},
{
text: '链接',