mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 04:42:20 +08:00
fix: 携程-开屏广告 (#16)
This commit is contained in:
parent
907e36515c
commit
a692d20940
|
@ -2,14 +2,19 @@ import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
export default defineAppConfig({
|
export default defineAppConfig({
|
||||||
id: 'ctrip.android.view',
|
id: 'ctrip.android.view',
|
||||||
name: `携程旅行`,
|
name: '携程旅行',
|
||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: `开屏广告`,
|
name: '开屏广告',
|
||||||
activityIds: `ctrip.android.publicproduct.home.view.CtripHomeActivity`,
|
activityIds: 'ctrip.android.publicproduct.home.view.CtripHomeActivity',
|
||||||
snapshotUrls: `https://gkd-kit.gitee.io/import/38517192/104f3807-7613-46ff-9eb2-3c8bcb6ee3b1`,
|
rules: [
|
||||||
rules: [`LinearLayout[childCount=2] > TextView + TextView[text="跳过"]`],
|
'LinearLayout[childCount=2] > TextView + TextView[text="跳过"||text="跳过广告"]',
|
||||||
|
],
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.gitee.io/import/38517192/104f3807-7613-46ff-9eb2-3c8bcb6ee3b1',
|
||||||
|
'https://gkd-kit.songe.li/import/12511071',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user