mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 07:45:10 +08:00
21 lines
576 B
TypeScript
21 lines
576 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'ctrip.android.view',
|
|
name: '携程旅行',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'ctrip.android.publicproduct.home.view.CtripHomeActivity',
|
|
rules: [
|
|
'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',
|
|
],
|
|
},
|
|
],
|
|
});
|