> For the complete documentation index, see [llms.txt](https://docs.ipcheck.ing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ipcheck.ing/knowledge-base/zh/getting-started/accounts-and-achievements.md).

# 账户与成就

{% hint style="warning" %}
**仅在 IPCheck.ing 上可用** ——此功能不包含在自托管部署中。
{% endhint %}

MyIP 上的每个工具都无需账户即可使用。登录是可选的，其存在有两个原因：一是提高一些限制，防止免费服务被滥用，二是记录你的成就徽章。

## 登录

点击 **登录** 右上角。你可以使用 **使用 Google 登录** 或 **使用 GitHub 登录** ——无需创建密码。

你的账户菜单会显示创建时间、上次登录时间、用户等级，以及你使用高级功能的次数。

## 账户解锁了什么

应用在 **用户权益** 面板中列出这些好处：

* 当你使用 IPCheck.ing 作为 IP 数据源时，所有字段都会完整显示——包括代理判断、地址类型和 IP 质量分数。
* 你可以使用 **隐身测试**.
* 你可以使用 **深入 DNS 泄漏测试**.
* 你可以查看你的成就徽章。
* 某些功能的访问限制更宽松。

{% hint style="info" %}
这些限制的存在是为了防止免费服务被滥用，而不是为了向你推销任何东西。无论如何，IPCheck.ing 都是免费的并且开源。
{% endhint %}

## 成就如何运作

成就是你在使用网站时解锁的小徽章。你不是去寻找它们——而是在运行测试、更改设置或发现有趣内容时触发它们。

两条规则：

1. **你必须已登录。** 成就与你的账户一起保存，所以在你登出时不会解锁任何内容。
2. **你必须真的做了那件事。** 每个徽章都与一次真实测试得到的真实结果绑定。

当某个徽章解锁时，会出现一条小小的祝贺消息。打开 **我的成就** 即可在账户菜单中查看你已收集的一切以及仍在等待的一切。

## 一些示例

这里列出几个徽章，让你大致了解一下。完整列表——包括你尚未获得的那些——都在应用中。

| 徽章          | 如何获得                     |
| ----------- | ------------------------ |
| **我是人类**    | 登录后使用 IPCheck.ing。       |
| **勉强够用**    | 测速测试中的下载速度高于 100 Mb/s。   |
| **种子流**     | 下载速度高于 1000 Mb/s。        |
| **迅猛上升**    | 上传速度高于 1000 Mb/s。        |
| **以防万一**    | 完成一次隐身测试。                |
| **藏得很好**    | 在隐身测试中，代理和 VPN 都得分 0。    |
| **失手**      | 在隐身测试中，代理或 VPN 得分超过 50%。 |
| **完全防护**    | 完成安全检查清单中的每一项。           |
| **它是开放的**   | 在审查检查中找到一个被屏蔽的网站。        |
| **翻越高墙**    | 在规则测试中获得 8 个不同的 IP。      |
| **巧妙 հնար** | 查看完整的键盘快捷键列表。            |
| **节能省电**    | 将应用设置为不自动运行测试。           |

{% hint style="success" %}
**巧妙 հնար** 是最容易错过的一个。按下 <kbd>?</kbd> ，并保持登录状态。
{% endhint %}

应用还说明，偶尔可能会有限时成就，因此这个列表并不是永远固定不变的。

## 隐私

登录后，你的电子邮件地址会与网站共享，以便识别你的账户，同时还会共享你使用过多少高级功能的计数，而成就规则正是根据这个计数计算的。登录由 Google Firebase Authentication 处理。

你的测试结果不会附加到你的账户上。阅读完整的 [隐私政策](https://ipcheck.ing/privacy) 了解详情。

## 自托管部署

账户、成就、隐身测试以及深入 DNS 泄漏测试都是官方站点 [ipcheck.ing](https://ipcheck.ing)所特有的。MyIP 的自托管副本没有登录按钮——其他所有工具仍然可用。

参见 [关于 MyIP](/knowledge-base/zh/faq/about.md) 如果你想运行自己的副本。

## 相关页面

* [浏览仪表盘](/knowledge-base/zh/getting-started/touring-the-dashboard.md)
* [隐身测试](/knowledge-base/zh/connection-tools/invisibility-test.md)
* [安全检查清单](/knowledge-base/zh/lookup-privacy/security-checklist.md)
* [代理规则测试](/knowledge-base/zh/network-tests/proxy-rule-test.md)


---

# 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.ipcheck.ing/knowledge-base/zh/getting-started/accounts-and-achievements.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.
