mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(小飞机网盘): 开屏广告 (#2890)
* 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>
This commit is contained in:
24
src/apps/com.xiaofeiji.app.disk.ts
Normal file
24
src/apps/com.xiaofeiji.app.disk.ts
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
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',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user