fix:为所有组件默认visible属性设置为true、disable属性设置为false

This commit is contained in:
lhj
2024-11-10 01:38:13 +08:00
parent b0984589f4
commit 59b129d7b4
103 changed files with 635 additions and 630 deletions

View File

@ -1,19 +1,21 @@
{
"type": "AdaptivePage",
"name":"AdaptivePage",
"id":"AdaptivePage",
"version": "2.0",
"props": {},
"class":"",
"style":"",
"variables": {},
"dataSources":{},
"functions" : {},
"orchestrations" : {},
"events":{},
"slots":{},
"header":{},
"footer":{},
"children":[],
"meta":{}
"type": "AdaptivePage",
"name": "AdaptivePage",
"id": "AdaptivePage",
"version": "2.0",
"props": {},
"class": "",
"style": "",
"variables": {},
"dataSources": {},
"functions": {},
"orchestrations": {},
"events": {},
"slots": {},
"header": {},
"footer": {},
"children": [],
"meta": {},
"visible": true,
"disable": false
}