# 资源

## 图标资源

由于 GitBook 目前还不支持 [Font Awesome](https://fontawesome.com/)，所以无法使用和原文中一致的图标，暂时用这些符号图标代替。并且这些符号图标在不同的系统下可能有不一样的呈现。

|             | **本文使用的图标** | **Unicode 符号图标** | **Emoji 符号图标** |
| ----------- | ----------- | ---------------- | -------------- |
| **密码库**     | **🔒**      |                  | **🔒**         |
| **所有项目**    | **☷**       | **☷**            | ****          |
| **菜单**      | **≡ / ⋯**   | **≡ / ⋯**        |                |
| **检索**      | **🔍**      | **⚲**            | **🔍**         |
| **复选标记/是**  | **✔︎**      | **✔︎**           | **✔️**         |
| **否**       | **✘**       | **✘**            | **❌**          |
| **设置/齿轮**   | **⚙️**      | **☀**            | **⚙️**         |
| **高级**      | **🚀**      |                  | **🚀**         |
| **警告**      | **⚠️**      | **⚠**            | **⚠️**         |
| **下载**      | **⬇️**      | ⇩                | **⬇️**         |
| **附件**      | **🔗**      | **⚭**            | **🔗**         |
| **隐私**      | **👁‍🗨**   |                  | **👁‍🗨**      |
| **可见性**     | **👁**      |                  | **👁**         |
| **标签页/选项卡** | **📁**      |                  | **📁**         |
| **仪表板**     | 🎨          |                  | 🎨             |
| **分享/共享**   |             |                  |                |
| **添加/加号**   | ✚           | ✚                | **➕**          |
| **收藏**      | **⭐️**      | **✰ / ★**        | **⭐️**         |
| **集合**      |             | **🗍**           |                |
| **相机**      | **📷**      |                  | **📷**         |
| **启动**      | **⮫**       | **⮫**            | **▶️**         |
| **保存**      | **💾**      | **🖫**           | **💾**         |
| **复制**      | **❐**       | **❐**            |                |
| **移动到**     |             | **➲**            | **➡️**         |
| **生成**      | **⟳**       | **⟳**            | **🔁**         |
| **同步**      |             | **⇆**            | **🔁**         |
| **铅笔/编辑**   | **✏️**      | **✎**            | **✏️**         |
| **删除**      | **🗑️**     |                  | **🗑️**        |
| **钥匙**      | **🔑**      |                  | **🔑**         |
| **禁止**      | **🚫**      | **⊘**            | ⛔              |
| **日期**      | **🕘**      |                  | **🕘**         |
| **展开**      | **⮟**       | **∨**            | 🔽             |
| **Send**    |             | **✈**            | ✈️             |
| **地球**      |             | **⚾︎**           | **🌎**         |
| **引号**      | 「」          | 「」               |                |
| **下一步**     | **→**       | **→**            |                |
| 返回          | **<**       | **‹ / « / <**    |                |
| **灯泡**      | 💡          |                  | 💡             |

参考链接：

* [EmojiXD](https://emojixd.com/)
* [Get Emoji](https://getemoji.com/)
* [Get Symbols](https://getsymbols.com/)
* [Unicode 字符百科](https://unicode-table.com/)
* [emoji-cheat-sheet](https://github.com/ikatyang/emoji-cheat-sheet)
* [Emojipedia](https://emojipedia.org/)

## 其他 <a href="#others" id="others"></a>

* 注释使用 <mark style="color:red;">**ª**</mark>，注释的内容使用 <mark style="color:red;">**ª**</mark> - 后面跟随注释内容


---

# 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://help.ppgg.in/appendix/resource.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.
