mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
* Create com.ikang.official.ts * Delete src/apps/com.ikang.official.ts * feat(叮咚买菜): 开屏广告 * feat(叮咚买菜): 开屏广告 --------- Co-authored-by: 二刺螈 <i@songe.li> close #1650
23 lines
480 B
TypeScript
23 lines
480 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.yaya.zone',
|
|
name: '叮咚买菜',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
matches: '[id="com.yaya.zone:id/tv_skip"][text^="跳过"]',
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13215214',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|