mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
22 lines
509 B
TypeScript
22 lines
509 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'enfc.metro',
|
|
name: '亿通行',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
quickFind: true,
|
|
name: '全屏广告-出站后摇一摇广告',
|
|
desc: '点击跳过',
|
|
rules: [
|
|
{
|
|
activityIds: 'enfc.metro.session.web.rn.RPReactActivity',
|
|
matches: '@View[clickable=true] - * [text="扭动手机"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13988597',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|