AutoMonday - V1.4版本更新 (#2790)

* AutoMonday - V1.4版本更新

1. 添加了每月兑换粉球蓝球的功能
2. 修复了一些bug

* Auto Monday- 1.4版本更新

做了些许改动
This commit is contained in:
江紫烟owo
2026-01-28 15:34:25 +08:00
committed by GitHub
parent e157a0c128
commit a0617b3898
9 changed files with 595 additions and 428 deletions

View File

@@ -40,6 +40,9 @@
---------------------------------------------------------------------------------------------------------------------------------
## 更新日志
### 1.42026.01.26
1. 添加了每月兑换粉球蓝球的功能
2. 修复了一些bug
### 1.3.82026.01.19
1. 修改了设置界面丑的批爆的分隔符
### 1.3.72026.01.14

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 1,
"name": "全自动周一",
"version": "1.3.8",
"version": "1.4",
"tags": [
"周常",
"纪行",

View File

@@ -74,7 +74,8 @@
{
"name": "cookCount",
"type": "input-text",
"label": "要制作的数量\n请确保材料足够"
"label": "要制作的数量\n请确保材料足够",
"default": "20"
},
{
"name": "ifduanZao",
@@ -116,5 +117,15 @@
"name": "ifbuyTzq",
"type": "checkbox",
"label": "+++++++++++++++++++++++++++++++++++++++\n\n是否购买提交投资券"
},
{
"name": "ifPink",
"type": "checkbox",
"label": "+++++++++++++++++++++++++++++++++++++++\n\n每月兑换粉球"
},
{
"name": "ifBlue",
"type": "checkbox",
"label": "每月兑换蓝球"
}
]