mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
chore: sync
This commit is contained in:
4
dist/gkd.json
vendored
4
dist/gkd.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": 0,
|
||||
"name": "默认订阅",
|
||||
"version": 14,
|
||||
"version": 15,
|
||||
"author": "lisonge",
|
||||
"supportUrl": "https://github.com/gkd-kit/subscription",
|
||||
"apps": [
|
||||
@@ -279,7 +279,7 @@
|
||||
"com.coolapk.market.view.main.MainActivity",
|
||||
"com.coolapk.market.view.base.SimpleAlphaActivity"
|
||||
],
|
||||
"matches": "@LinearLayout > TextView[id=`com.byted.pangle:id/tt_item_tv`][text=`不感兴趣`]"
|
||||
"matches": "@LinearLayout > TextView[id!=null][text=`不感兴趣`]"
|
||||
},
|
||||
"Button[text$=\"免广告\"] + Button[text=\"不感兴趣\"]",
|
||||
"Button[text$=`去广告`] - Button[text=`不感兴趣`]",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@gkd-kit/subscription",
|
||||
"type": "module",
|
||||
"version": "0.0.14",
|
||||
"version": "0.0.15",
|
||||
"main": "./dist/gkd.json",
|
||||
"unpkg": "./dist/gkd.json",
|
||||
"jsdelivr": "./dist/gkd.json",
|
||||
|
||||
@@ -18,8 +18,8 @@ export default <AppConfig>{
|
||||
'com.coolapk.market.view.main.MainActivity',
|
||||
'com.coolapk.market.view.base.SimpleAlphaActivity',
|
||||
],
|
||||
matches:
|
||||
'@LinearLayout > TextView[id=`com.byted.pangle:id/tt_item_tv`][text=`不感兴趣`]',
|
||||
// https://gkd-kit.gitee.io/import/38517192/9badc07c-4da2-4066-8af5-d96a86a28315
|
||||
matches: '@LinearLayout > TextView[id!=null][text=`不感兴趣`]',
|
||||
},
|
||||
`Button[text$="免广告"] + Button[text="不感兴趣"]`, // 1692148279610
|
||||
'Button[text$=`去广告`] - Button[text=`不感兴趣`]',
|
||||
|
||||
@@ -14,10 +14,12 @@ export default <AppConfig>{
|
||||
name: `网易云音乐-广告卡片`,
|
||||
rules: [
|
||||
{
|
||||
// https://gkd-kit.songe.li/import/38517192/fea3449b-d642-4d75-929f-490421cc9080
|
||||
activityIds: `com.netease.cloudmusic.module.ad.feedback.AdFeedbackBottomSheet`,
|
||||
matches: `[text="直接关闭"]`,
|
||||
},
|
||||
{
|
||||
// https://gkd-kit.songe.li/import/38517192/a977b19d-2b3c-43df-ba01-63e7cbbb3908
|
||||
activityIds: `com.netease.cloudmusic.activity.MainActivity`,
|
||||
matches: `[id="com.netease.cloudmusic:id/adTagClose"]`,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user