mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
Squashed commit of the following:
commit ca59f92fae9ba941fe22907736dd2f4df4d0faac Author: aisouler <zy43220@gmail.com> Date: Fri Jan 19 19:59:05 2024 +0800 feat(亿通行):出站后摇一摇广告
This commit is contained in:
21
src/apps/enfc.metro.ts
Normal file
21
src/apps/enfc.metro.ts
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
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/import/13988597',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user