mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
feat(喜马拉雅极速版): 开屏广告-规则优化 (#1571)
* Create com.ikang.official.ts * Delete src/apps/com.ikang.official.ts * Delete src/apps/com.ikang.official.ts * chore(actions): check_format_lint * chore(actions): check_format_lint * feat(喜马拉雅): 喜马拉雅 * feat: 删除pnpm-lock.yaml * Revert "chore: 123" This reverts commit 3dccba74e5cc1fb315c38e4dc847832f123379c6, reversing changes made to 340bc7987e603aaeb36bf46d5b8fb1a3e5d1c085. * feat: 使用远程仓库覆盖 * feat(喜马拉雅极速版): 开屏广告-规则优化 * feat(喜马拉雅极速版): key -1 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
@@ -5,18 +5,28 @@ export default defineAppConfig({
|
||||
name: '喜马拉雅极速版',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
key: -1,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.ximalaya.ting.android.host.activity.WelComeActivity',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
'[id="com.ximalaya.ting.lite:id/host_common_time_countdown_text_view"]',
|
||||
{
|
||||
matches: '[text^="跳过"][text.length<=10]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13197061',
|
||||
},
|
||||
{
|
||||
matches:
|
||||
'[id="com.ximalaya.ting.lite:id/host_common_time_countdown_text_view"]',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 0,
|
||||
name: '首页-推荐-卡片广告',
|
||||
activityIds: 'com.ximalaya.ting.android.host.activity.MainActivity',
|
||||
rules: '[id=\'com.ximalaya.ting.lite:id/main_ad_top_home_iv_close\']',
|
||||
rules: '[id="com.ximalaya.ting.lite:id/main_ad_top_home_iv_close"]',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user