mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(联掌门户): 开屏广告 (#2719)
* Create com.fxicrazy.sjml.ts * Update com.fxicrazy.sjml.ts close #2694
This commit is contained in:
24
src/apps/com.fxicrazy.sjml.ts
Normal file
24
src/apps/com.fxicrazy.sjml.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.fxicrazy.sjml',
|
||||
name: '联掌门户',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '开屏广告',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
quickFind: true,
|
||||
rules: [
|
||||
{
|
||||
matches: '[text^="跳过"][text.length<10]',
|
||||
exampleUrls:
|
||||
'https://m.gkd.li/47232102/cb7a2c32-db59-47c4-af35-b70125b88bd2',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13514356',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user