mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(四川航空): 开屏广告(补充activityIds)、升级弹窗 (#1329)
This commit is contained in:
@@ -9,6 +9,10 @@ export default defineAppConfig({
|
||||
name: '开屏广告',
|
||||
matchLauncher: true,
|
||||
quickFind: true,
|
||||
activityIds: [
|
||||
'com.bw.zsch.home.PrivacyPolicyActivity',
|
||||
'com.bw.zsch.FirstDataLoadActivity',
|
||||
],
|
||||
rules: 'TextView[id="com.bw30.zsch:id/timer_text"]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/12882959',
|
||||
@@ -16,5 +20,14 @@ export default defineAppConfig({
|
||||
'https://i.gkd.li/import/12882991',
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '升级弹窗',
|
||||
quickFind: true,
|
||||
enable: false,
|
||||
activityIds: ['com.bw.zsch.MainActivityTab'],
|
||||
rules: '[id="com.bw30.zsch:id/tv_cancel"]',
|
||||
snapshotUrls: ['https://i.gkd.li/import/13068699'],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user