From 97062f33f1e98c53530956dc6d897e2205cac0bb Mon Sep 17 00:00:00 2001 From: xunbu Date: Sun, 14 Dec 2025 11:26:11 +0800 Subject: [PATCH] update --- .github/workflows/build-macos-x86.yml | 2 +- docutranslate/__init__.py | 2 +- 更新日志.txt | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-macos-x86.yml b/.github/workflows/build-macos-x86.yml index 98a0adf..f46907a 100644 --- a/.github/workflows/build-macos-x86.yml +++ b/.github/workflows/build-macos-x86.yml @@ -11,7 +11,7 @@ jobs: build-macos: # 步骤 1: 指定运行环境为 macOS 14 (Intel) # 使用 xlarge runner 确保是 Intel 架构 - runs-on: macos-13 + runs-on: macos-14 steps: # 步骤 2: 检出你的代码库 diff --git a/docutranslate/__init__.py b/docutranslate/__init__.py index ea7b80e..d7690dc 100644 --- a/docutranslate/__init__.py +++ b/docutranslate/__init__.py @@ -1,3 +1,3 @@ # SPDX-FileCopyrightText: 2025 QinHan # SPDX-License-Identifier: MPL-2.0 -__version__="1.5.4" \ No newline at end of file +__version__="1.5.5" \ No newline at end of file diff --git a/更新日志.txt b/更新日志.txt index 19058d0..4faafc2 100644 --- a/更新日志.txt +++ b/更新日志.txt @@ -1,5 +1,11 @@ 更新日志 ---------------- +v1.5.5版 2025.12.14 +优化 +- apikey可以为空 +修复 +- 修复markdown图片后不换行的问题 +---------------- v1.5.4版 2025.12.12 特性 - 适配最新的mineru-api(v2.6.6)