> For the complete documentation index, see [llms.txt](https://docs.chatalog.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chatalog.ai/zh-hk/releases/2026-release-notes/mobile-app.md).

# 2026 手機 App 更新日誌

{% hint style="success" %} <mark style="color:$success;">**20260529 - 更新日誌**</mark>
{% endhint %}

我們推出了多項更新，進一步提升您的手機版訊息體驗。

#### 🍎 Apple 登入

現在已支援 Apple 登入，為 iOS 用戶提供更安全且流暢的登入體驗。

#### 💬 全新 WhatsApp 範本體驗

手機版 WhatsApp 範本體驗現已與網頁版同步，提供更一致且更完善的 UI/UX，讓您更輕鬆地瀏覽、選擇及發送範本。

#### 🤖 機器人處理狀態圖示與篩選器

新增機器人狀態圖示與篩選器，協助您快速識別及篩選目前由機器人處理中的對話。

#### 🖼️ 回覆訊息中的圖片與範本預覽

回覆圖片或範本訊息時，現在可預覽正在回覆的圖片或範本內容，讓您更容易理解對話脈絡並準確回覆。

#### 📚 支援附件的已保存回覆

已保存回覆現已支援附件，讓您可發送更豐富的回覆內容，並在發送前預覽。

#### 🔒 密碼錯誤訊息優化

優化密碼建立與更新時的錯誤提示，當密碼不符合要求時，提供更清晰的指引。

{% hint style="success" %} <mark style="color:$success;">**20260204 - 更新日誌**</mark>
{% endhint %}

我們推出了最新的手機 App 更新，為日常對話帶來更高的安全性、效率與穩定性。

#### 🔐 單一登入（SSO）

現在可使用 **Google** 或 **Microsoft** 帳號登入，讓登入流程更快速且更安全。

#### 🔍 聊天紀錄搜尋

支援搜尋過往對話與訊息內容，快速找到所需資訊，無需反覆捲動聊天紀錄。

#### ⚡ 全新快速發送視窗

重新設計的 **快速發送（Quick Send）** 體驗，將常用功能整合於同一個視窗：

* 已儲存回覆
* 流程
* 範本訊息
* **WhatsApp 流程（新功能）**\
  協助你在對話中以更少步驟快速回覆。

#### 💬 訊息操作功能

你現在可以對單一訊息進行更多操作：

* 回覆指定訊息
* 表情符號回應
* 即時翻譯
* 複製訊息內容

#### 📶 離線帳號驗證優化

即使在網路不穩定或暫時無法連線的情況下，App 仍能順暢處理帳號驗證，確保使用不中斷。


---

# 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://docs.chatalog.ai/zh-hk/releases/2026-release-notes/mobile-app.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.
