mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(什么值得买): 开屏广告(优化规则)、更新弹窗、请求读取剪贴板权限弹窗 (#1572)
* feat 开屏广告(优化规则) * feat 更新弹窗 * feat 请求读取剪贴板权限弹窗 * feat(什么值得买): 规则优化 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
@@ -7,19 +7,38 @@ export default defineAppConfig({
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: [
|
||||
'com.smzdm.client.android.app.WelComeActivity',
|
||||
'com.miui.home.launcher.Launcher',
|
||||
],
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: '[id="com.smzdm.client.android:id/tv_skip"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12535072',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
quickFind: true,
|
||||
name: 'APP内弹窗广告',
|
||||
activityIds: 'com.smzdm.client.android.app.HomeActivity',
|
||||
rules: '[id="com.smzdm.client.android:id/dialog_home_close"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12695751',
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '更新弹窗',
|
||||
activityIds: 'com.smzdm.client.android.app.HomeActivity',
|
||||
quickFind: true,
|
||||
actionMaximum: 1,
|
||||
rules:
|
||||
'[id="com.smzdm.client.android:id/tv_version"] +2 [id="com.smzdm.client.android:id/iv_close"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13198016',
|
||||
},
|
||||
{
|
||||
key: 10,
|
||||
name: '请求读取剪贴板权限弹窗',
|
||||
quickFind: true,
|
||||
activityIds: 'com.smzdm.client.android.app.HomeActivity',
|
||||
rules: '@[text="暂不允许"] + [text="允许"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13198020',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user