mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(挖财): 新版本提示+弹窗广告 (#1798)
* feat(挖财): 新版本提示+弹窗广告 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -27,5 +27,26 @@ export default defineAppConfig({
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
key: 1,
|
||||
name: '新版本提示',
|
||||
quickFind: true,
|
||||
actionMaximum: 1,
|
||||
activityIds: 'com.wacai365.HomeActivity',
|
||||
rules:
|
||||
'@ImageView[id="com.wacai365:id/tv_cancel"] - TextView[text^="新版本"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13249620',
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
key: 2,
|
||||
name: '弹窗广告',
|
||||
quickFind: true,
|
||||
actionMaximum: 1,
|
||||
activityIds: 'com.wacai365.HomeActivity',
|
||||
rules: '[id^="com.wacai365:id/promote_banner_close"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13249666',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user