From 4d096ff7c85baecac2141d85b4830829beb8806b Mon Sep 17 00:00:00 2001 From: Denis Kudelin <15978569+denis-kudelin@users.noreply.github.com> Date: Mon, 18 Aug 2025 05:59:25 +0300 Subject: [PATCH 1/2] docs: document new config features --- README-cn.md | 8 ++++++++ README.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/README-cn.md b/README-cn.md index 2cf5cef1c..6f910e03e 100644 --- a/README-cn.md +++ b/README-cn.md @@ -1444,3 +1444,11 @@ http://127.0.0.1:25500/getruleset?type=%TYPE%&url=%URL%&group=%GROUP% | group | type=2时必选 | mygroup | 规则对应的策略组名,生成Quantumult X类型(type=2)时必须提供 | 运行 subconverter 主程序后, 按照 [调用地址 (规则转换)](#调用地址-规则转换) 的对应内容替换即可得到指定类型的规则。 + +## 其他特性 + +- `managed_config_url` 可设定托管配置的完整链接。 +- `embed_remote_rules` 启用后会将远程规则直接嵌入输出。 +- 规则集链接支持 `,flags=` 参数以附加 Surge 风格标志。 +- 支持 `DOMAIN-WILDCARD` 规则类型,在 Clash 与 Sing-box 中会转换为 `DOMAIN-REGEX`。 +- 外部配置文件可在 `general` 段中覆盖 Surge 的 `[General]` 设置。 diff --git a/README.md b/README.md index 983af39ba..878f3c380 100644 --- a/README.md +++ b/README.md @@ -111,3 +111,11 @@ Example: ;uncomment the following line and enter your token to enable upload function token = xxxxxxxxxxxxxxxxxxxxxxxx(Your Personal Access Token) ``` + +## Additional Features + +- `managed_config_url` specifies the full link used for managed configuration headers. +- `embed_remote_rules` embeds remote ruleset contents directly into the generated profile. +- Rule URLs accept an optional `,flags=` parameter for Surge style rule-set flags. +- The rule converter recognises `DOMAIN-WILDCARD` entries and converts them to `DOMAIN-REGEX` for Clash and Sing-box. +- External configurations can include a `general` section to override Surge `[General]` options. From 9d7d14be616d8ef62e37b452090d99acddc0f16f Mon Sep 17 00:00:00 2001 From: Denis Kudelin <15978569+denis-kudelin@users.noreply.github.com> Date: Mon, 18 Aug 2025 05:59:49 +0300 Subject: [PATCH 2/2] docs: add stash bullet --- README-cn.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README-cn.md b/README-cn.md index 6f910e03e..4394c0f39 100644 --- a/README-cn.md +++ b/README-cn.md @@ -1447,6 +1447,7 @@ http://127.0.0.1:25500/getruleset?type=%TYPE%&url=%URL%&group=%GROUP% ## 其他特性 +- 支持 Stash 作为源和目标格式。 - `managed_config_url` 可设定托管配置的完整链接。 - `embed_remote_rules` 启用后会将远程规则直接嵌入输出。 - 规则集链接支持 `,flags=` 参数以附加 Surge 风格标志。 diff --git a/README.md b/README.md index 878f3c380..69b3e71c9 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ token = xxxxxxxxxxxxxxxxxxxxxxxx(Your Personal Access Token) ## Additional Features +- Stash is available as both a source and target format. - `managed_config_url` specifies the full link used for managed configuration headers. - `embed_remote_rules` embeds remote ruleset contents directly into the generated profile. - Rule URLs accept an optional `,flags=` parameter for Surge style rule-set flags.