mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
chore: sync
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
搞快点 APP 默认订阅规则
|
||||
|
||||
当前订阅文件已适配 78 个 APP, 共有 129 规则组
|
||||
当前订阅文件已适配 78 个 APP, 共有 130 规则组
|
||||
|
||||
## 适配 APP 列表
|
||||
|
||||
@@ -99,9 +99,11 @@
|
||||
|
||||
- 开屏广告
|
||||
- [快照-0](https://gkd-kit.gitee.io/import/38517192/4ba30986-55d4-4a94-b7e2-6cf7d9c6d66d)
|
||||
- [快照-1](https://gkd-kit.gitee.io/import/38517192/47919419-30c7-41ee-b31e-01afaa98f108)
|
||||
- [快照-1](https://gkd-kit.gitee.io/import/12503773)
|
||||
- 关闭卡片广告 - 点击卡片右上角按钮,然后点击关闭弹窗
|
||||
- [快照-0](https://gkd-kit.gitee.io/import/38517192/9badc07c-4da2-4066-8af5-d96a86a28315)
|
||||
- 关闭升级弹窗
|
||||
- [快照-0](https://gkd-kit.gitee.io/import/12503762)
|
||||
|
||||
### [com.ct.client](/src/apps/com.ct.client.ts) - 中国电信
|
||||
|
||||
|
||||
15
dist/gkd.json
vendored
15
dist/gkd.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": 0,
|
||||
"name": "默认订阅",
|
||||
"version": 40,
|
||||
"version": 41,
|
||||
"author": "lisonge",
|
||||
"supportUri": "https://github.com/gkd-kit/subscription",
|
||||
"apps": [
|
||||
@@ -362,12 +362,10 @@
|
||||
"com.coolapk.market.view.splash.SplashActivity",
|
||||
"com.coolapk.market.view.main.MainActivity"
|
||||
],
|
||||
"rules": [
|
||||
"[id=\"com.byted.pangle.m:id/tt_splash_skip_btn\"]"
|
||||
],
|
||||
"rules": "[id$=\":id/tt_splash_skip_btn\"]",
|
||||
"snapshotUrls": [
|
||||
"https://gkd-kit.gitee.io/import/38517192/4ba30986-55d4-4a94-b7e2-6cf7d9c6d66d",
|
||||
"https://gkd-kit.gitee.io/import/38517192/47919419-30c7-41ee-b31e-01afaa98f108"
|
||||
"https://gkd-kit.gitee.io/import/12503773"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -392,6 +390,13 @@
|
||||
"Button[text$=`去广告`] - Button[text=`不感兴趣`]",
|
||||
"[id=`com.coolapk.market:id/close_view`]"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": 1,
|
||||
"name": "关闭升级弹窗",
|
||||
"activityIds": "com.coolapk.market.view.main.MainActivity",
|
||||
"snapshotUrls": "https://gkd-kit.gitee.io/import/12503762",
|
||||
"rules": "[text=`立即更新`] - [text=`取消`]"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@gkd-kit/subscription",
|
||||
"type": "module",
|
||||
"version": "0.0.40",
|
||||
"version": "0.0.41",
|
||||
"main": "./dist/gkd.json",
|
||||
"unpkg": "./dist/gkd.json",
|
||||
"jsdelivr": "./dist/gkd.json",
|
||||
|
||||
@@ -11,10 +11,10 @@ export default <AppConfig>{
|
||||
`com.coolapk.market.view.splash.SplashActivity`,
|
||||
`com.coolapk.market.view.main.MainActivity`,
|
||||
],
|
||||
rules: [`[id="com.byted.pangle.m:id/tt_splash_skip_btn"]`],
|
||||
rules: `[id$=":id/tt_splash_skip_btn"]`,
|
||||
snapshotUrls: [
|
||||
`https://gkd-kit.gitee.io/import/38517192/4ba30986-55d4-4a94-b7e2-6cf7d9c6d66d`,
|
||||
`https://gkd-kit.gitee.io/import/38517192/47919419-30c7-41ee-b31e-01afaa98f108`,
|
||||
`https://gkd-kit.gitee.io/import/12503773`,
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -40,5 +40,12 @@ export default <AppConfig>{
|
||||
'[id=`com.coolapk.market:id/close_view`]',
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: `关闭升级弹窗`,
|
||||
activityIds: `com.coolapk.market.view.main.MainActivity`,
|
||||
snapshotUrls: `https://gkd-kit.gitee.io/import/12503762`,
|
||||
rules: '[text=`立即更新`] - [text=`取消`]',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user