feat(联掌门户): 开屏广告 (#2719)

* Create com.fxicrazy.sjml.ts

* Update com.fxicrazy.sjml.ts

close #2694
This commit is contained in:
walklty
2023-12-03 16:39:21 +08:00
committed by GitHub
parent b30c7ac064
commit ed5f5d8d07

View 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',
},
],
},
],
});