mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-17 00:53:44 +08:00
feat(扬帆科大): 开屏广告 (#2729)
This commit is contained in:
parent
834ea9ce35
commit
7c73d6fbfb
18
src/apps/cn.edu.just.iportal.ts
Normal file
18
src/apps/cn.edu.just.iportal.ts
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'cn.edu.just.iportal',
|
||||||
|
name: '扬帆科大',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
quickFind: true,
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: '[text="跳过"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13522730',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user