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