feat(miui主题壁纸): 广告弹窗 (#1669)

* feat

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

close #1645
This commit is contained in:
jiuqianyuan
2023-11-02 19:51:23 +08:00
committed by GitHub
parent 0692fb61d1
commit 0ac4b7eca7

View File

@@ -10,5 +10,13 @@ export default defineAppConfig({
desc: '注意如果使用ADB禁用了MIUI广告组件,点击此按钮会无反应,可关闭此规则,避免过多相同点击记录',
rules: '[id=`com.android.thememanager:id/ad_close_btn`]',
},
{
key: 2,
name: '广告弹窗',
quickFind: true,
activityIds: 'com.android.thememanager.ThemeResourceTabActivity',
rules: 'ImageView[id="com.android.thememanager:id/cancel"][desc="关闭"]',
snapshotUrls: 'https://i.gkd.li/import/13215038',
},
],
});