feat(今日水木): 开屏广告 (#2911)

close #2869
This commit is contained in:
adproqwq
2023-12-08 20:26:54 +08:00
committed by GitHub
parent 94ae0ca076
commit 502ebba95f

View File

@@ -0,0 +1,17 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.nionco.todaysm',
name: '今日水木',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[desc*="跳过"][desc.length<=5]',
snapshotUrls: 'https://i.gkd.li/import/13587459',
},
],
});