# 第八章：多平台同步

### ☁️ 同步范围

Forward 支持将以下数据通过 iCloud 云端同步，在「设置 - 更多设置」中，可找到同步控制相关选项：

| 同步内容      | 说明                                 |
| --------- | ---------------------------------- |
| 资源服务器     | 添加的 Emby、Jellyfin、CD2 等来源会在各设备自动同步 |
| 模块        | 自定义导入的模块配置会同步（包括首页布局）              |
| 偏好设置与播放记录 | 包括播放历史等                            |
| 首页轮播配置    | 包括轮播图设置、轮播数据源等个性化布局                |

***

### 🛠 首页同步与设备同步配置

在首页配置的同步选项中，Forward 支持对各设备类型分别进行管理：

* iPhone、iPad、Apple TV 可分别勾选同步与否，未勾选的设备将不会加载该首页配置，也不会同步对应模块模块资源
* **禁用 iCloud 同步**：防止 Forward 访问 iCloud，适用于隐私需求较高的用户。
* **Face ID 验证**：启用后，进入该时需进行身份验证。
* **独立播放数据**：开启后播放历史将仅保存在本地，不同步到其他设备。

此项可在首页模式设置中点击「更多设置」进行管理。

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

***

### 🔁 手动同步与数据重置

在设置页面底部，可看到同步状态与操作按钮：

* **立即同步**：点击后手动执行数据上传与拉取
* **开启/关闭 iCloud 同步**：总开关，关闭后将不再同步任何 Forward 数据。
* **重置 iCloud 数据**：清空当前同步数据，恢复默认状态，谨慎操作

***

### 🔒 隐私说明

Forward 默认采用 Apple iCloud 安全机制进行加密与同步。所有同步内容仅在用户账号间传输，开发团队无法访问或调阅用户同步数据。

> 📌 若你使用的是共享 Apple ID，请谨慎开启同步功能，避免配置冲突或数据混淆。


---

# Agent Instructions: 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:

```
GET https://forward-2.gitbook.io/forward/di-ba-zhang-duo-ping-tai-tong-bu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
