mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 10:45:09 +08:00
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
This commit is contained in:
22
src/apps/com.terminus.tmall.ts
Normal file
22
src/apps/com.terminus.tmall.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user