Skip to content

Commit

Permalink
Fix: #389
Browse files Browse the repository at this point in the history
  • Loading branch information
moesnow committed Nov 25, 2024
1 parent 4bf73b4 commit 8678580
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion assets/docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 更新日志

## v2.6.2
## v2.6.3

### 新功能
- 支持 2.6 版本新增关卡和角色(乱破)
Expand All @@ -16,6 +16,7 @@
- 手动修改配置文件会被图形界面覆盖 [#341](https://github.com/moesnow/March7thAssistant/issues/341) [#379](https://github.com/moesnow/March7thAssistant/issues/379)
- 游戏窗口位于多显示器副屏时截图内容全黑或坐标偏移 [#378](https://github.com/moesnow/March7thAssistant/pull/378) [#384](https://github.com/moesnow/March7thAssistant/pull/384)
- 暗黑主题下首次启动程序后账号列表背景色异常
- 存在“花藏繁生”活动但未启用的情况下进入死循环

## v2.5.4

Expand Down
2 changes: 1 addition & 1 deletion tasks/activity/activitytemplate.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def __init__(self, name, enabled):
def start(self):
if not self.enabled:
log.info(f"{self.name}未开启")
return
return True

self.prepare()
return self.run()
Expand Down

0 comments on commit 8678580

Please sign in to comment.