fix: 整合四方八方之网
This commit is contained in:
22
repo/js/BuyOmni-UbiquityNet/settings.json
Normal file
22
repo/js/BuyOmni-UbiquityNet/settings.json
Normal file
@@ -0,0 +1,22 @@
|
||||
[
|
||||
{
|
||||
"name": "weekdays",
|
||||
"type": "select",
|
||||
"label": "执行的星期",
|
||||
"options": [
|
||||
"周一",
|
||||
"周二",
|
||||
"周三",
|
||||
"周四",
|
||||
"周五",
|
||||
"周六",
|
||||
"周日"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "purchases",
|
||||
"type": "input-text",
|
||||
"label": "购买数量",
|
||||
"default": 5
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user