Files
AIsouler-GKD_subscription/src/apps/com.terminus.tmall.ts
walklty 3b713629d1 feat(金币云商): 开屏广告 (#1586)
* Create com.terminus.tmall.ts

* chore(actions): check_format_lint

* feat(金币云商): 开屏广告

* feat(金币云商): 开屏广告

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: 二刺螈 <i@songe.li>

close #1570
2023-10-30 23:28:30 +08:00

23 lines
470 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.terminus.tmall',
name: '金币云商',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
resetMatch: 'app',
actionMaximum: 1,
rules: [
{
matches: '[text^="跳过"][text.length<=5]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/13199252',
},
],
},
],
});