Skip to content

v1.1.3

Latest

Choose a tag to compare

@c-ling c-ling released this 17 Aug 14:25

v1.1.3

更新内容(中文)

  • 修复:百度大模型翻译接口调用方式,改为 POST JSON,支持 Bearer API Key 或 AppID/密钥签名回退。
  • 修复:百度翻译请求不再被整体 25s 超时误杀,大模型翻译独立 60s 超时,并批量合并请求,减少“操作已终止”。
  • 新增:浮窗面板中“来源不可用”提示支持 hover 展示具体不可用来源。
  • 新增:设置-更新与展示 增加“查看日志”,弹窗展示翻译接口调用日志。
  • 新增:设置-消息来源 增加“查看日志”,弹窗展示数据抓取日志。
  • 优化:设置页“查看日志”按钮放在区域标题右侧并缩小,避免撑高标题行。

Changes (English)

  • Fixed: Baidu LLM translation now uses the correct POST JSON API, with Bearer API Key or AppID/secret signature fallback.
  • Fixed: Baidu translation no longer gets killed by the shared 25s timeout; LLM translation has a dedicated 60s timeout and requests are batched to avoid aborts.
  • Added: Hovering the “sources unavailable” indicator in the floating board now shows the unavailable source names.
  • Added: “View logs” in Settings → Updates & display shows translation API call logs.
  • Added: “View logs” in Settings → Sources shows data fetching logs.
  • Improved: The “View logs” buttons are placed on the section title row, right-aligned and compact.