mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
* Create com.ikang.official.ts * Delete src/apps/com.ikang.official.ts * feat(闪送): 开屏广告 * feat(闪送): 开屏广告 --------- Co-authored-by: 二刺螈 <i@songe.li>
23 lines
459 B
TypeScript
23 lines
459 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|