mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
fix(步道乐跑): 快手广告新增activityIds (#2762)
This commit is contained in:
@@ -43,10 +43,16 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: '快手广告-1',
|
name: '快手广告-1',
|
||||||
activityIds: 'com.lptiyu.tanke.activities.splash.SplashActivity',
|
activityIds: [
|
||||||
|
'com.lptiyu.tanke.activities.splash.SplashActivity',
|
||||||
|
'com.lptiyu.tanke.activities.school_run_record_detail.RunRecordDetailActivity',
|
||||||
|
],
|
||||||
matches:
|
matches:
|
||||||
'[text="广告"] <2 ViewGroup -n ViewGroup > @ViewGroup[childCount=1] > ImageView',
|
'[text="广告"] <2 ViewGroup -n ViewGroup > @ViewGroup[childCount=1] > ImageView',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13218232',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13218232',
|
||||||
|
'https://i.gkd.li/import/13536714',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
|
|||||||
Reference in New Issue
Block a user