mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(同程旅行): 应用内卡片广告 (#1419)
This commit is contained in:
29
src/apps/com.tongcheng.android.ts
Normal file
29
src/apps/com.tongcheng.android.ts
Normal file
@@ -0,0 +1,29 @@
|
||||
import { machine } from 'os';
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.tongcheng.android',
|
||||
name: '同程旅行',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '应用内卡片广告',
|
||||
activityIds: 'com.tongcheng.android.TongchengMainActivity',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
matches:
|
||||
'ViewGroup[childCount=2] > ImageView + ViewGroup[childCount=1] > ImageView',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13167070',
|
||||
},
|
||||
{
|
||||
preKeys: 0,
|
||||
key: 1,
|
||||
matches:
|
||||
'@* > * > [id="com.tongcheng.android:id/tv_home_banner_pop_up"][text="关闭"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13167149',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user