mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(闪送): 开屏广告 (#1603)
* Create com.ikang.official.ts * Delete src/apps/com.ikang.official.ts * feat(闪送): 开屏广告 * feat(闪送): 开屏广告 --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
22
src/apps/cn.ishansong.ts
Normal file
22
src/apps/cn.ishansong.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'cn.ishansong',
|
||||
name: '闪送',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
matches: '[text*="跳过"][text.length<=10]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13205475',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user