mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
build: json,readme
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
搞快点 APP 默认订阅规则
|
搞快点 APP 默认订阅规则
|
||||||
|
|
||||||
当前订阅文件已适配 93 个 APP, 共有 165 规则组
|
当前订阅文件已适配 94 个 APP, 共有 166 规则组
|
||||||
|
|
||||||
如何编写订阅/贡献此项目 -> [CONTRIBUTING.md](./CONTRIBUTING.md)
|
如何编写订阅/贡献此项目 -> [CONTRIBUTING.md](./CONTRIBUTING.md)
|
||||||
|
|
||||||
@@ -353,6 +353,12 @@
|
|||||||
|
|
||||||
- **开屏广告**
|
- **开屏广告**
|
||||||
|
|
||||||
|
### [com.shark.jizhang](/src/apps/com.shark.jizhang.ts) - 鲨鱼记账
|
||||||
|
|
||||||
|
- **新用户特惠广告** - 弹窗广告,右下角浮动广告
|
||||||
|
- [快照-0](https://gkd-kit.gitee.io/import/12518500)
|
||||||
|
- [快照-1](https://gkd-kit.gitee.io/import/12518517)
|
||||||
|
|
||||||
### [com.shuqi.controller](/src/apps/com.shuqi.controller.ts) - 书旗小说
|
### [com.shuqi.controller](/src/apps/com.shuqi.controller.ts) - 书旗小说
|
||||||
|
|
||||||
- **内部右侧浮动广告**
|
- **内部右侧浮动广告**
|
||||||
|
|||||||
25
dist/gkd.json
vendored
25
dist/gkd.json
vendored
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": 0,
|
"id": 0,
|
||||||
"name": "默认订阅",
|
"name": "默认订阅",
|
||||||
"version": 59,
|
"version": 60,
|
||||||
"author": "lisonge",
|
"author": "lisonge",
|
||||||
"supportUri": "https://github.com/gkd-kit/subscription",
|
"supportUri": "https://github.com/gkd-kit/subscription",
|
||||||
"apps": [
|
"apps": [
|
||||||
@@ -1070,7 +1070,7 @@
|
|||||||
{
|
{
|
||||||
"key": 1,
|
"key": 1,
|
||||||
"name": "miui-为什么不希望看到这条推广",
|
"name": "miui-为什么不希望看到这条推广",
|
||||||
"desc": "关闭这个提示,使用ADB禁用广告组件时,点击此按钮无反应",
|
"desc": "关闭这个提示",
|
||||||
"activityIds": "com.xiaomi.ad.feedback",
|
"activityIds": "com.xiaomi.ad.feedback",
|
||||||
"rules": "[id=`com.miui.systemAdSolution:id/no_interest`]"
|
"rules": "[id=`com.miui.systemAdSolution:id/no_interest`]"
|
||||||
}
|
}
|
||||||
@@ -1248,6 +1248,27 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "com.shark.jizhang",
|
||||||
|
"name": "鲨鱼记账",
|
||||||
|
"groups": [
|
||||||
|
{
|
||||||
|
"key": 0,
|
||||||
|
"name": "新用户特惠广告",
|
||||||
|
"desc": "弹窗广告,右下角浮动广告",
|
||||||
|
"activityIds": "com.shark.jizhang.module.main.MainActivity",
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"matches": "[id=\"com.shark.jizhang:id/buy_later_view\"||id=\"com.shark.jizhang:id/tv_count_down\"] - [id=\"com.shark.jizhang:id/close_view\"]",
|
||||||
|
"snapshotUrls": [
|
||||||
|
"https://gkd-kit.gitee.io/import/12518500",
|
||||||
|
"https://gkd-kit.gitee.io/import/12518517"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "com.shuqi.controller",
|
"id": "com.shuqi.controller",
|
||||||
"name": "书旗小说",
|
"name": "书旗小说",
|
||||||
|
|||||||
Reference in New Issue
Block a user