mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-19 03:59:51 +08:00
AutoMonday - V1.4版本更新 (#2790)
* AutoMonday - V1.4版本更新 1. 添加了每月兑换粉球蓝球的功能 2. 修复了一些bug * Auto Monday- 1.4版本更新 做了些许改动
This commit is contained in:
@@ -40,6 +40,9 @@
|
||||
|
||||
---------------------------------------------------------------------------------------------------------------------------------
|
||||
## 更新日志
|
||||
### 1.4(2026.01.26)
|
||||
1. 添加了每月兑换粉球蓝球的功能
|
||||
2. 修复了一些bug
|
||||
### 1.3.8(2026.01.19)
|
||||
1. 修改了设置界面丑的批爆的分隔符
|
||||
### 1.3.7(2026.01.14)
|
||||
|
||||
BIN
repo/js/AutoMonday/assets/RecognitionObject/待刷新相遇之缘.png
Normal file
BIN
repo/js/AutoMonday/assets/RecognitionObject/待刷新相遇之缘.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
BIN
repo/js/AutoMonday/assets/RecognitionObject/待刷新纠缠之缘.png
Normal file
BIN
repo/js/AutoMonday/assets/RecognitionObject/待刷新纠缠之缘.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
BIN
repo/js/AutoMonday/assets/RecognitionObject/星尘.png
Normal file
BIN
repo/js/AutoMonday/assets/RecognitionObject/星尘.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
BIN
repo/js/AutoMonday/assets/RecognitionObject/相遇之缘.png
Normal file
BIN
repo/js/AutoMonday/assets/RecognitionObject/相遇之缘.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 65 KiB |
BIN
repo/js/AutoMonday/assets/RecognitionObject/纠缠之缘.png
Normal file
BIN
repo/js/AutoMonday/assets/RecognitionObject/纠缠之缘.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 65 KiB |
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "全自动周一",
|
||||
"version": "1.3.8",
|
||||
"version": "1.4",
|
||||
"tags": [
|
||||
"周常",
|
||||
"纪行",
|
||||
|
||||
@@ -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": "每月兑换蓝球"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user