@aisouler/gkd_subscription 0.0.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +58 -0
- package/dist/AIsouler_gkd.json5 +1 -0
- package/dist/AIsouler_gkd.version.json5 +1 -0
- package/dist/CHANGELOG.md +30 -0
- package/dist/README.md +762 -0
- package/package.json +70 -0
package/README.md
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# @AIsouler/GKD_subscription
|
|
2
|
+
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
## 声明
|
|
6
|
+
|
|
7
|
+
- **本仓库仅供本人学习使用,其他人的任何行为均与本人无关**
|
|
8
|
+
- **精力有限,随缘更新**
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
## 说明
|
|
13
|
+
|
|
14
|
+
**仅启用 `开屏广告` 一类规则,其它所有规则均需手动打开,规则类别里可以批量开启某一类规则**
|
|
15
|
+
|
|
16
|
+
**订阅链接:**
|
|
17
|
+
|
|
18
|
+
- npmmirror源(推荐)
|
|
19
|
+
|
|
20
|
+
```txt
|
|
21
|
+
https://registry.npmmirror.com/@aisouler/gkd_subscription/latest/files/dist/AIsouler_gkd.json5
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
- gitmirror源
|
|
25
|
+
|
|
26
|
+
```txt
|
|
27
|
+
https://raw.gitmirror.com/AIsouler/GKD_subscription/main/dist/AIsouler_gkd.json5
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
- jsDelivr源
|
|
31
|
+
|
|
32
|
+
```txt
|
|
33
|
+
https://cdn.jsdelivr.net/gh/AIsouler/GKD_subscription@main/dist/AIsouler_gkd.json5
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
当前版本: v66
|
|
37
|
+
|
|
38
|
+
当前订阅文件已适配 724 个应用,共有 1695 应用规则组,3 全局规则组
|
|
39
|
+
|
|
40
|
+
查看 [适配 APP 列表](./dist/README.md)
|
|
41
|
+
|
|
42
|
+
查看 [第三方订阅规则汇总](https://github.com/Adpro-Team/GKD_THS_List) By [@adproqwq](https://github.com/adproqwq)
|
|
43
|
+
|
|
44
|
+
查看 [GKD基础使用、规则编写教程](https://github.com/Snoopy1866/blogs/tree/main/software/gkd) By [@Snoopy1866](https://github.com/Snoopy1866)
|
|
45
|
+
|
|
46
|
+
如何编写订阅/贡献此项目 -> [CONTRIBUTING.md](./CONTRIBUTING.md)
|
|
47
|
+
|
|
48
|
+
## 感谢以下项目
|
|
49
|
+
|
|
50
|
+
[gkd-kit/subscription](https://github.com/gkd-kit/subscription)
|
|
51
|
+
|
|
52
|
+
## 感谢以下开发者的贡献
|
|
53
|
+
|
|
54
|
+

|
|
55
|
+
|
|
56
|
+
## Star History
|
|
57
|
+
|
|
58
|
+
[](https://star-history.com/#AIsouler/GKD_subscription&Date)
|