mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
chore: sync
This commit is contained in:
15
dist/gkd.json
vendored
15
dist/gkd.json
vendored
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": 0,
|
"id": 0,
|
||||||
"name": "默认订阅",
|
"name": "默认订阅",
|
||||||
"version": 34,
|
"version": 35,
|
||||||
"author": "lisonge",
|
"author": "lisonge",
|
||||||
"supportUrl": "https://github.com/gkd-kit/subscription",
|
"supportUrl": "https://github.com/gkd-kit/subscription",
|
||||||
"apps": [
|
"apps": [
|
||||||
@@ -1274,6 +1274,19 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "gov.pianzong.androidnga",
|
||||||
|
"groups": [
|
||||||
|
{
|
||||||
|
"key": 0,
|
||||||
|
"name": "NGA玩家社区-开屏广告",
|
||||||
|
"activityIds": "gov.pianzong.androidnga.activity.LoadingActivity",
|
||||||
|
"rules": [
|
||||||
|
"[id=\"gov.pianzong.androidnga:id/iv_tg_ad\"]"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "li.songe.gkd",
|
"id": "li.songe.gkd",
|
||||||
"groups": [
|
"groups": [
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@gkd-kit/subscription",
|
"name": "@gkd-kit/subscription",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.34",
|
"version": "0.0.35",
|
||||||
"main": "./dist/gkd.json",
|
"main": "./dist/gkd.json",
|
||||||
"unpkg": "./dist/gkd.json",
|
"unpkg": "./dist/gkd.json",
|
||||||
"jsdelivr": "./dist/gkd.json",
|
"jsdelivr": "./dist/gkd.json",
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ export default <AppConfig>{
|
|||||||
name: '微信朋友圈广告',
|
name: '微信朋友圈广告',
|
||||||
desc: '朋友圈信息流广告,点击关闭按钮,确认关闭',
|
desc: '朋友圈信息流广告,点击关闭按钮,确认关闭',
|
||||||
activityIds: 'com.tencent.mm.plugin.sns.ui.SnsTimeLineUI',
|
activityIds: 'com.tencent.mm.plugin.sns.ui.SnsTimeLineUI',
|
||||||
|
// video https://github.com/gkd-kit/subscription/assets/38517192/c9ae4bba-a748-4755-b5e4-c7ad3d489a79
|
||||||
rules: [
|
rules: [
|
||||||
'TextView[text*=`广告`] + TextView[text=`关闭该广告`]',
|
'TextView[text*=`广告`] + TextView[text=`关闭该广告`]',
|
||||||
'ImageView - TextView[text=`广告`][id!=null][index=0]',
|
'ImageView - TextView[text=`广告`][id!=null][index=0]',
|
||||||
|
|||||||
14
src/apps/gov.pianzong.androidnga.ts
Normal file
14
src/apps/gov.pianzong.androidnga.ts
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
import type { AppConfig } from '../types';
|
||||||
|
|
||||||
|
export default <AppConfig>{
|
||||||
|
id: 'gov.pianzong.androidnga',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: `NGA玩家社区-开屏广告`,
|
||||||
|
activityIds: `gov.pianzong.androidnga.activity.LoadingActivity`,
|
||||||
|
// https://gkd-kit.gitee.io/import/12476484
|
||||||
|
rules: [`[id="gov.pianzong.androidnga:id/iv_tg_ad"]`],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user