This commit is contained in:
xunbu
2025-12-14 11:26:11 +08:00
parent 6df97ce0ca
commit 97062f33f1
3 changed files with 8 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ jobs:
build-macos: build-macos:
# 步骤 1: 指定运行环境为 macOS 14 (Intel) # 步骤 1: 指定运行环境为 macOS 14 (Intel)
# 使用 xlarge runner 确保是 Intel 架构 # 使用 xlarge runner 确保是 Intel 架构
runs-on: macos-13 runs-on: macos-14
steps: steps:
# 步骤 2: 检出你的代码库 # 步骤 2: 检出你的代码库

View File

@@ -1,3 +1,3 @@
# SPDX-FileCopyrightText: 2025 QinHan # SPDX-FileCopyrightText: 2025 QinHan
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: MPL-2.0
__version__="1.5.4" __version__="1.5.5"

View File

@@ -1,5 +1,11 @@
更新日志 更新日志
---------------- ----------------
v1.5.5版 2025.12.14
优化
- apikey可以为空
修复
- 修复markdown图片后不换行的问题
----------------
v1.5.4版 2025.12.12 v1.5.4版 2025.12.12
特性 特性
- 适配最新的mineru-api(v2.6.6) - 适配最新的mineru-api(v2.6.6)