mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
@@ -7,9 +7,22 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新弹窗',
|
name: '更新弹窗',
|
||||||
activityIds: 'com.zhengnengliang.precepts.ui.dialog.DialogTwoButton',
|
activityIds: [
|
||||||
|
'com.zhengnengliang.precepts.ui.activity.MainActivity',
|
||||||
|
'com.zhengnengliang.precepts.ui.dialog.DialogTwoButton',
|
||||||
|
],
|
||||||
rules: '@[text="取消"] +2 [text="升级"]',
|
rules: '@[text="取消"] +2 [text="升级"]',
|
||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12715352',
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.songe.li/import/12727650',
|
||||||
|
'https://gkd-kit.gitee.io/import/12715352',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '第三方 SDK 广告',
|
||||||
|
activityIds: 'com.zhengnengliang.precepts.ui.dialog.DialogTwoButton',
|
||||||
|
rules: '[text="点此去广告"] + ImageButton[clickable=true]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12727705',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user