mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 22:53:42 +08:00
chore: sync
This commit is contained in:
parent
bef02e1d67
commit
b6007f3491
12
dist/gkd.json
vendored
12
dist/gkd.json
vendored
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": 0,
|
"id": 0,
|
||||||
"name": "默认订阅",
|
"name": "默认订阅",
|
||||||
"version": 13,
|
"version": 14,
|
||||||
"author": "lisonge",
|
"author": "lisonge",
|
||||||
"supportUrl": "https://github.com/gkd-kit/subscription",
|
"supportUrl": "https://github.com/gkd-kit/subscription",
|
||||||
"apps": [
|
"apps": [
|
||||||
|
@ -593,9 +593,15 @@
|
||||||
{
|
{
|
||||||
"key": 1,
|
"key": 1,
|
||||||
"name": "网易云音乐-广告卡片",
|
"name": "网易云音乐-广告卡片",
|
||||||
"activityIds": "com.netease.cloudmusic.activity.MainActivity",
|
|
||||||
"rules": [
|
"rules": [
|
||||||
"[id=\"com.netease.cloudmusic:id/adTagClose\"]"
|
{
|
||||||
|
"activityIds": "com.netease.cloudmusic.module.ad.feedback.AdFeedbackBottomSheet",
|
||||||
|
"matches": "[text=\"直接关闭\"]"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"activityIds": "com.netease.cloudmusic.activity.MainActivity",
|
||||||
|
"matches": "[id=\"com.netease.cloudmusic:id/adTagClose\"]"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@gkd-kit/subscription",
|
"name": "@gkd-kit/subscription",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.13",
|
"version": "0.0.14",
|
||||||
"main": "./dist/gkd.json",
|
"main": "./dist/gkd.json",
|
||||||
"unpkg": "./dist/gkd.json",
|
"unpkg": "./dist/gkd.json",
|
||||||
"jsdelivr": "./dist/gkd.json",
|
"jsdelivr": "./dist/gkd.json",
|
||||||
|
|
|
@ -12,8 +12,16 @@ export default <AppConfig>{
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: `网易云音乐-广告卡片`,
|
name: `网易云音乐-广告卡片`,
|
||||||
activityIds: `com.netease.cloudmusic.activity.MainActivity`,
|
rules: [
|
||||||
rules: [`[id="com.netease.cloudmusic:id/adTagClose"]`],
|
{
|
||||||
|
activityIds: `com.netease.cloudmusic.module.ad.feedback.AdFeedbackBottomSheet`,
|
||||||
|
matches: `[text="直接关闭"]`,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
activityIds: `com.netease.cloudmusic.activity.MainActivity`,
|
||||||
|
matches: `[id="com.netease.cloudmusic:id/adTagClose"]`,
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user