mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 22:23:40 +08:00
fix(步道乐跑): 快手广告新增activityIds (#2762)
This commit is contained in:
parent
bd40364bc2
commit
b6bcda1691
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user