mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
31 lines
806 B
TypeScript
31 lines
806 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.cubic.autohome',
|
|
name: '汽车之家',
|
|
deprecatedKeys: [0],
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '全屏广告-弹窗广告',
|
|
activityIds: 'com.cubic.autohome.MainActivity',
|
|
rules: '[id="com.cubic.autohome:id/operate_show_exit_layout"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/12836324',
|
|
},
|
|
{
|
|
key: 2,
|
|
quickFind: true,
|
|
name: '局部广告-右下角领福利悬浮窗',
|
|
desc: '点击X',
|
|
rules: [
|
|
{
|
|
activityIds: 'com.cubic.autohome.MainActivity',
|
|
matches:
|
|
'@ImageView[visibleToUser=true] < * <2 * - [id="android:id/tabhost"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13885414',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|