mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
30 lines
778 B
TypeScript
30 lines
778 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|