> 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-cn/releases/2026-release-notes/mobile-app.md).

# 2026 移动端App更新日志

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

我们推出了多项更新，进一步提升您的手机版信息体验。

#### 🍎 Apple 登录

现在已支持 Apple 登录，为 iOS 用户提供更安全且流畅的登录体验。

#### 💬 全新 WhatsApp 模板体验

手机版 WhatsApp 模板体验现已与网页版同步，提供更一致且更完善的 UI/UX，让您更轻松地浏览、选择及发送模板。

#### 🤖 机器人处理状态图标与筛选器

新增机器人状态图标与筛选器，帮助您快速识别及筛选当前由机器人处理中 的对话。

#### 🖼️ 回复信息中的图片与模板预览

回复图片或模板信息时，现在可预览正在回复的图片或模板内容，让您更容易理解对话上下文并准确回复。

#### 📚 支持附件的已保存回复

已保存回复现已支持附件，让您可发送更丰富的回复内容，并在发送前预览。

#### 🔒 密码错误信息优化

优化密码创建与更新时的错误提示，当密码不符合要求时，提供更清晰的指引。

{% hint style="success" %} <mark style="color:green;">**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-cn/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.
