添加组件及页面

This commit is contained in:
zhengw
2026-02-04 17:07:30 +08:00
parent e10c7bc537
commit 62039e3684
20 changed files with 756 additions and 55 deletions

View File

@@ -79,6 +79,7 @@
"description": "卡片组件",
"attributes": {
"customStyle": { "type": "String" },
"showAll": { "type": "Boolean" },
"className": { "type": "String" },
"headerStyle": { "type": "String" },
"contentStyle": { "type": "String" }
@@ -160,7 +161,8 @@
"select-plugin": {
"description": "选择组件",
"attributes": {
"mode": { "type": "String", "values": [ "single", "multiple" ] },
"title": { "type": "String" },
"value": { "type": "any" },
"options": { "type": "array" },
"bind:change": { "type": "Event" }
}