Skip to content

Commit

Permalink
chore: v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 19, 2024
1 parent 36b109a commit fcb45b4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,45 +2,45 @@

此仓库由 aoguai 维护,提供 GKD 订阅规则。

我们秉持 “如无必要,勿增实体” 的原则。
我们秉持 “如无必要,勿增实体” 的原则,通过从[原项目](https://github.com/gkd-kit/subscription)抽取和整理通用全局规则

通过从[原项目](https://github.com/gkd-kit/subscription)抽取和整理通用的全局规则,已实现对原项目规则的全覆盖。
✨避免臃肿冗余耗电,提供更**全面**的订阅体验✨

## 使用
## 使用方法 🚀

将以下任意链接添加至 [GKD](https://github.com/gkd-kit/gkd) 内即可使用此规则:

| GitHub 源(推荐) | npmmirror 源 | gitmirror 源 | cloudflare 源 | jsDelivr 源 |
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ---------------------------------------------------------------------------------- | ------------------------------- | ------------------------------------------------------------------------------------ |
| [复制](https://raw.githubusercontent.com/aoguai/subscription/custom/dist/aoguai_gkd.json5) | [复制](https://registry.npmmirror.com/@aoguai/subscription/latest/files) | [复制](https://raw.gitmirror.com/aoguai/subscription/custom/dist/aoguai_gkd.json5) | [复制](https://gkd.aoguai.top/) | [复制](https://cdn.jsdelivr.net/gh/aoguai/subscription@custom/dist/aoguai_gkd.json5) |

**注意**
**请注意**

- **本项目维护的规则仅启用 `开屏广告` 一类规则, 其它所有规则均需用户手动打开**
- 以上链接规则皆相同,只需选择适合您网络环境的链接即可。
- 不同链接可能存在更新延迟。

## 说明
## 说明 📝

当前版本: v10
当前版本: v11

当前订阅文件仅需适配 48 个 APP,仅含 169 规则组。

**查看详细 [适配 APP 列表](./AppList.md)**
**🔍 查看详细的 [适配 APP 列表](./AppList.md)**

**由于全局规则已初步抽取完成,项目将进入稳定维护状态。**
**🚀 全局规则已经初步抽取完成,项目将进入稳定维护状态。**

**此仓库仅接受与全局规则相关的维护或改进 issues 或 PR 提交。**
**❗️ 此仓库仅接受与全局规则相关的维护或改进的 issues 或 PR 提交。**

如果您需要额外的 APP 规则,您可以编写规则并将其添加到本地规则中使用。

如果您希望参与或学习编写订阅/贡献此项目,请参阅 [CONTRIBUTING.md](./CONTRIBUTING.md)

## 相关
## 相关 ⭐️

### 感谢原项目

[gkd-kit/subscription](https://github.com/gkd-kit/subscription)
🌟 [gkd-kit/subscription](https://github.com/gkd-kit/subscription)

### 感谢原开发者们的贡献

Expand Down
2 changes: 1 addition & 1 deletion dist/aoguai_gkd.json5

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/aoguai_gkd.version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"id": 86,
"version": 10
"version": 11
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aoguai/subscription",
"type": "module",
"version": "1.10.0",
"version": "1.11.0",
"main": "./dist/aoguai_gkd.json5",
"unpkg": "./dist/aoguai_gkd.json5",
"jsdelivr": "./dist/aoguai_gkd.json5",
Expand Down

0 comments on commit fcb45b4

Please sign in to comment.