mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
chore: sync
This commit is contained in:
10
dist/gkd.json
vendored
10
dist/gkd.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": 0,
|
||||
"name": "默认订阅",
|
||||
"version": 11,
|
||||
"version": 12,
|
||||
"author": "lisonge",
|
||||
"supportUrl": "https://github.com/gkd-kit/subscription",
|
||||
"apps": [
|
||||
@@ -955,6 +955,14 @@
|
||||
"name": "喜马拉雅极速版-首页-推荐-卡片广告",
|
||||
"activityIds": "com.ximalaya.ting.android.host.activity.MainActivity",
|
||||
"rules": "[id='com.ximalaya.ting.lite:id/main_ad_top_home_iv_close']"
|
||||
},
|
||||
{
|
||||
"key": 1,
|
||||
"name": "喜马拉雅极速版-开屏广告",
|
||||
"activityIds": "com.ximalaya.ting.android.host.activity.WelComeActivity",
|
||||
"rules": [
|
||||
"[id=\"com.ximalaya.ting.lite:id/host_common_time_countdown_text_view\"]"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@gkd-kit/subscription",
|
||||
"type": "module",
|
||||
"version": "0.0.11",
|
||||
"version": "0.0.12",
|
||||
"main": "./dist/gkd.json",
|
||||
"unpkg": "./dist/gkd.json",
|
||||
"jsdelivr": "./dist/gkd.json",
|
||||
|
||||
@@ -9,5 +9,13 @@ export default <AppConfig>{
|
||||
activityIds: 'com.ximalaya.ting.android.host.activity.MainActivity',
|
||||
rules: "[id='com.ximalaya.ting.lite:id/main_ad_top_home_iv_close']",
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: `喜马拉雅极速版-开屏广告`,
|
||||
activityIds: `com.ximalaya.ting.android.host.activity.WelComeActivity`,
|
||||
rules: [
|
||||
`[id="com.ximalaya.ting.lite:id/host_common_time_countdown_text_view"]`,
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user