Squashed commit of the following:

commit a0d8ef2dd441cf563a3bdc2761a5c15386a28bbd
Author: aisouler <zy43220@gmail.com>
Date:   Fri Jan 26 16:57:54 2024 +0800

    Update com.huawei.browser.ts

commit 1f4a7cc76dfc4a86945022089fd61a14f8a93547
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Jan 20 12:06:02 2024 +0000

    chore(actions): check_format_lint

commit 48583417c0b50a5597c911668d50dc9df65f0459
Author: aisouler <zy43220@gmail.com>
Date:   Sat Jan 20 20:05:20 2024 +0800

    feat(浏览器):卡片广告
This commit is contained in:
aisouler
2024-02-01 18:35:52 +08:00
parent 42a610a57d
commit 8e0c81af98

View File

@@ -23,7 +23,7 @@ export default defineAppConfig({
},
{
key: 1,
name: '开启资讯通知弹窗',
name: '通知提示-开启资讯通知弹窗',
desc: '关闭资讯通知后,总是弹窗让打开',
rules: [
{
@@ -35,5 +35,19 @@ export default defineAppConfig({
},
],
},
{
key: 2,
name: '局部广告-卡片广告',
desc: '点击X',
rules: [
{
activityIds:
'com.huawei.browser.customtab.EmuiBrowserCustomTabActivity',
matches:
'View[id="root"] > View[index=1] > View[id="logo-close-btn"]',
snapshotUrls: 'https://i.gkd.li/import/13997759',
},
],
},
],
});