Skip to content

Commit

Permalink
chore: Release Beta version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartfeltJoy committed Jul 13, 2024
1 parent 1d5973e commit e219c6e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/beta_update_logs/BETA_LOG_1.0.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Beta 1.0.6

适用于: NapCat v1.6.5

## 修复与优化
1. 优化了一些有的没的if语句
2. 修复添加到机器人列表时没有创建配置文件到NC的问题

## 新增与调整
没有喔

此版本仅适用于NapCat v1.6.4及以上版本,请不要尝试手动退回1.6.4以前的版本,会导致无法正常启动NapCat
File renamed without changes.
2 changes: 1 addition & 1 deletion src/Core/Config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,6 @@ class Config(QConfig):
cfg = Config()
qconfig.load(it(PathFunc).config_path, cfg)
cfg.set(cfg.StartTime, time.time(), True)
cfg.set(cfg.NCDVersion, "beta 1.0.3", True)
cfg.set(cfg.NCDVersion, "beta 1.0.6", True)
cfg.set(cfg.SystemType, platform.system(), True)
cfg.set(cfg.PlatformType, platform.machine(), True)

0 comments on commit e219c6e

Please sign in to comment.