mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
26 lines
679 B
TypeScript
26 lines
679 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|