mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(运动世界校园) 开屏广告、优量汇广告(补充 activityId) (#1414)
* feat 开屏广告 * feat 优量汇广告(补充 activityId)
This commit is contained in:
@@ -4,10 +4,22 @@ export default defineAppConfig({
|
||||
id: 'com.zjwh.android_wh_physicalfitness',
|
||||
name: '运动世界校园',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.zjwh.android_wh_physicalfitness.ui.AdActivity',
|
||||
matchLauncher: true,
|
||||
rules:
|
||||
'[id="com.zjwh.android_wh_physicalfitness:id/layoutContainer"] >n [text="跳过"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13166424',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '优量汇广告',
|
||||
activityIds: 'com.zjwh.android_wh_physicalfitness.activity.HomeActivity',
|
||||
activityIds: [
|
||||
'com.zjwh.android_wh_physicalfitness.activity.HomeActivity',
|
||||
'com.zjwh.android_wh_physicalfitness.ui.AdActivity',
|
||||
],
|
||||
rules: [
|
||||
{
|
||||
matches:
|
||||
@@ -15,6 +27,7 @@ export default defineAppConfig({
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/12673231',
|
||||
'https://gkd-kit.gitee.io/import/12673523',
|
||||
'https://i.gkd.li/import/13166472', // com.zjwh.android_wh_physicalfitness.ui.AdActivity
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user