fix: 整合四方八方之网

This commit is contained in:
秋云
2025-08-10 15:24:54 +08:00
parent afd8c2fc60
commit 1f1198f712
7 changed files with 32 additions and 124 deletions

View File

@@ -0,0 +1,22 @@
[
{
"name": "weekdays",
"type": "select",
"label": "执行的星期",
"options": [
"周一",
"周二",
"周三",
"周四",
"周五",
"周六",
"周日"
]
},
{
"name": "purchases",
"type": "input-text",
"label": "购买数量",
"default": 5
}
]