mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
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:
@@ -10,5 +10,13 @@ export default defineAppConfig({
|
|||||||
desc: '注意如果使用ADB禁用了MIUI广告组件,点击此按钮会无反应,可关闭此规则,避免过多相同点击记录',
|
desc: '注意如果使用ADB禁用了MIUI广告组件,点击此按钮会无反应,可关闭此规则,避免过多相同点击记录',
|
||||||
rules: '[id=`com.android.thememanager:id/ad_close_btn`]',
|
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',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user