Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
feat(每日英语听力): 全屏广告
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Mar 13, 2024
1 parent 39448a3 commit e69738f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/apps/com.eusoft.ting.en.ts
Original file line number Diff line number Diff line change
@@ -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',
},
],
},
],
});

0 comments on commit e69738f

Please sign in to comment.