mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(每日英语听力): 全屏广告
This commit is contained in:
25
src/apps/com.eusoft.ting.en.ts
Normal file
25
src/apps/com.eusoft.ting.en.ts
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.eusoft.ting.en',
|
||||||
|
name: '每日英语听力',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '全屏广告-优惠券弹窗',
|
||||||
|
desc: '点击[暂不需要]',
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.eusoft.ting.ui.v2.TabActivityV2',
|
||||||
|
matches: '[text="我的优惠券"] +2 * > [text="暂不需要"]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/87566d74-abe0-46b6-a376-d1231c6a025a',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/14583029',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user