mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(华为浏览器): 开屏广告 (#2313)
* feat(华为浏览器) #2211 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> close #2211
This commit is contained in:
@@ -10,9 +10,12 @@ export default defineAppConfig({
|
||||
activityIds: ['com.huawei.browser.BrowserMainActivity'],
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="com.huawei.hms.ads.uiengine:id/hiad_skip_text"]',
|
||||
matches: '[id$="/hiad_skip_text"]',
|
||||
action: 'clickCenter',
|
||||
snapshotUrls: ['https://i.gkd.li/import/12681995'],
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/12681995',
|
||||
'https://i.gkd.li/import/13403785',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user