mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(华为音乐): 播放器上滑广告-规则优化 (#1486)
* fix(华为音乐) 在 https://gkd-kit.gitee.io/import/13194163 快照下误触 * feat(华为音乐): 播放器上滑广告-规则优化 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
@@ -121,8 +121,11 @@ export default defineAppConfig({
|
||||
activityIds: ['com.android.mediacenter.MainActivity'],
|
||||
rules: [
|
||||
{
|
||||
matches: 'ViewGroup > TextView[text="广告"]',
|
||||
snapshotUrls: ['https://gkd-kit.gitee.io/import/13068935'],
|
||||
matches: 'ViewGroup > TextView[text="广告"][id$="ad_icon"]',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/13068935',
|
||||
'https://gkd-kit.gitee.io/import/13194163', // 避免在此规则误触
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user