feat(ETC车宝): 卡片式广告 (#3582)

This commit is contained in:
Kun Jinkao
2024-01-02 20:40:02 +08:00
committed by GitHub
parent 947aeead79
commit 30b141e6f8

View 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',
},
],
},
],
});