mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
@@ -4,9 +4,16 @@ export default defineAppConfig({
|
|||||||
id: 'com.lphtsccft',
|
id: 'com.lphtsccft',
|
||||||
name: '涨乐财富通',
|
name: '涨乐财富通',
|
||||||
groups: [
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: ['com.lphtsccft.zhangle.startup.SplashScreenActivity'],
|
||||||
|
rules: '[id="com.lphtsccft:id/countdown_skip"][text="跳过"]',
|
||||||
|
snapshotUrls: ['https://gkd-kit.gitee.io/import/12699286'],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '首页弹窗',
|
name: '首页广告弹窗',
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.lphtsccft.zhangle.startup.SplashScreenActivity',
|
'com.lphtsccft.zhangle.startup.SplashScreenActivity',
|
||||||
'com.lphtsccft.zhangle.main.MainActivity',
|
'com.lphtsccft.zhangle.main.MainActivity',
|
||||||
@@ -17,5 +24,13 @@ export default defineAppConfig({
|
|||||||
'https://gkd-kit.gitee.io/import/12646925',
|
'https://gkd-kit.gitee.io/import/12646925',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '更新弹窗',
|
||||||
|
activityIds: ['com.lphtsccft.zhangle.main.MainActivity'],
|
||||||
|
rules:
|
||||||
|
'@[id="com.lphtsccft:id/dialog_btn_left"][text="取消"] + [id="com.lphtsccft:id/dialog_btn_right"][text="确定"]',
|
||||||
|
snapshotUrls: ['https://gkd-kit.gitee.io/import/12699308'],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user