mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(ETC车宝): 卡片式广告 (#3582)
This commit is contained in:
21
src/apps/com.uroad.carclub.ts
Normal file
21
src/apps/com.uroad.carclub.ts
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.uroad.carclub',
|
||||||
|
name: 'ETC车宝',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '卡片式广告',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
activityIds: 'com.uroad.carclub.main.activity.MainActivity',
|
||||||
|
matches:
|
||||||
|
'[id="com.uroad.carclub:id/ad_container_fl"] >n View[childCount=4] > TextView[index=2][clickable=true]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13800067',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user