chore: sync

This commit is contained in:
lisonge
2023-09-02 13:17:03 +08:00
parent cd5ec3bd6f
commit 17c007ebbf
88 changed files with 1191 additions and 363 deletions

View File

@@ -2,15 +2,14 @@ import type { AppConfig } from '../types';
export default <AppConfig>{
id: 'ctrip.android.view',
name: `携程旅行`,
groups: [
{
key: 0,
name: `携程旅行-开屏广告`,
name: `开屏广告`,
activityIds: `ctrip.android.publicproduct.home.view.CtripHomeActivity`,
rules: [
// https://gkd-kit.gitee.io/import/38517192/104f3807-7613-46ff-9eb2-3c8bcb6ee3b1
`LinearLayout[childCount=2] > TextView + TextView[text="跳过"]`,
],
snapshotUrls: `https://gkd-kit.gitee.io/import/38517192/104f3807-7613-46ff-9eb2-3c8bcb6ee3b1`,
rules: [`LinearLayout[childCount=2] > TextView + TextView[text="跳过"]`],
},
],
};