> For the complete documentation index, see [llms.txt](https://guide.synertechnet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.synertechnet.com/geng-xin-ri-zhi.md).

# 更新日志

### v1.2.0（2026-06-20）

#### 产品更新

**余额告警（Balance Alert）**

新增余额告警机制相关说明，包括账户余额低于设定阈值时的通知方式及提醒规则。

**SSL 订单有效期说明（SSL Order Validity Clarification）**

新增 SSL 证书有效期与订单到期时间的说明。

* SSL 证书有效期受对应订单有效期限制。
* 重新签发（Reissue）不会延长原订单有效期。
* 重新签发后的证书有效期不会超过订单到期时间。
* 订单到期后，该订单下签发的所有证书也将同时失效。

示例：

若订单到期时间为 2026 年 12 月 31 日，即使在到期前重新签发证书，新证书的有效期也不会超过 2026 年 12 月 31 日。

**主账号管理（Primary Account Management）**

新增主账号转移及主邮箱地址管理相关说明。

* 支持将主账号所有权转移至其他用户。
* 支持修改账号绑定的主邮箱地址。

**证书下载文件命名（Certificate Download File Naming）**

新增证书下载文件命名规则说明。

* 下载的 ZIP 文件将使用统一的证书名称，而非交易编号（Transaction ID）作为文件名。

**待处理订单删除（超级管理员）（Pending Order Deletion）**

新增超级管理员订单管理功能说明。

* 超级管理员可删除处于 Pending Order 或 Pending Validation 状态的订单。

**仪表板改版（Dashboard Redesign）**

新增仪表板改版相关说明。

* 仪表板已更新为显示更相关的统计信息、运营数据及账户信息。

### v1.1.0 (2026-06-10) &#x20;

#### 新增用户管理（Users）&#x20;

新增 Users 页面及相关使用说明，包括：

* 用户列表查看
* 新增用户
* 编辑用户信息
* 用户启用与停用
* 用户删除
* 模块权限管理
* 数据范围权限管理

#### 邮件通知（Email Notifications）

新增 Email Notifications 页面及相关使用说明，支持以下功能：

* 配置订单到期通知收件人
* 配置 SSL 证书通知收件人
* 支持多个抄送（CC）邮箱地址
* 支持新增及删除通知收件人
* 通知配置即时生效

### v1.0.0 (2026-05-18)&#x20;

#### 初版发布

* 发布 Synertech Network User Guide
* 提供 SSL Certificate 相关功能说明
* 提供 Server Management 功能说明
* 提供 API Key 功能说明


---

# 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://guide.synertechnet.com/geng-xin-ri-zhi.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.
