mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
* Create com.xiaofeiji.app.disk.ts 小飞机网盘开屏广告 * chore(actions): check_format_lint * feat(小飞机网盘): 开屏广告 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: lisonge <i@songe.li>
25 lines
550 B
TypeScript
25 lines
550 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.xiaofeiji.app.disk',
|
|
name: '小飞机网盘',
|
|
groups: [
|
|
{
|
|
name: '开屏广告',
|
|
key: 0,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
matchTime: 10000,
|
|
rules: [
|
|
{
|
|
matches: ['[desc$="跳过"]'],
|
|
snapshotUrls: ['https://i.gkd.li/import/13554076'],
|
|
exampleUrls: [
|
|
'https://m.gkd.li/58279234/edf4bbb4-889e-48cb-b54b-f4bc0a2929fb',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|