> For the complete documentation index, see [llms.txt](https://updates-cn.hapigo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://updates-cn.hapigo.com/history/2190.md).

# v2.19.0 新增 macOS 26 玻璃主题

<figure><img src="/files/TLfj3QFgE9Gc1emJTmV2" alt=""><figcaption></figcaption></figure>

### 🔥 新增 macOS 26 玻璃主题

* 新增 macOS 26 玻璃主题（仅 macOS26），并调整圆角风格（所有 macOS 版本）。
* 修复 macOS 26 截图兼容性问题
* 优化 macOS 26 appex 扩展显示

### 🔥 截图

* 截图标注支持旋转标注对象（光标靠近四角）
* 按住 `Shift` 旋转标注对象，支持 45° 旋转
* 矩形&椭圆工具的边框线增加虚线设置
* 增加拷贝工具，可以单独设置快捷键
* 钉图增加切换窗口阴影设置
* 优化拖拽架及钉图窗口对带阴影截图的显示效果
* 标注计数点并添加备注的情况下，禁用截图圆角
* 优化文本工具输入的体验
* 修复无法截取顶部菜单栏的问题

### 🔥 OCR/QR

* OCR 本地识别增加 15 种语言自动识别（仅 macOS 12 以上）
* OCR 识别通知交互优化
* OCR 二维码包含链接时自动跳转（可设置）

### 🔥 新增设置导入/导出

* 新增将设置、剪贴板、AI 自定义密钥等内容导出，并导入（ HapiGo 设置-导出/导入）

<figure><img src="/files/J2GlmbbtqDCanGIWLUeV" alt=""><figcaption></figcaption></figure>

### 🛠 其他新增与优化

* 优化快捷键设置和占用提示
* 快捷键新增支持设置 Fn 键
* 四则计算支持 ÷ 和 %（百分号）
* 修复 JSON 格式化扩展数字精度问题
* 移除 Finder Command X 扩展（在某些电脑上会引起 Finder 无法拷贝/粘贴的问题）
* 默认浏览器支持 Zen
* 修复搜索界面分栏显示错误


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://updates-cn.hapigo.com/history/2190.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
