feat(蓝奏浏览器):开屏广告 (#2563)

* feat(蓝奏浏览器):开屏广告

* feat(蓝奏浏览器):开屏广告

* Delete com.flatter.app.kuafu.ts

close #2555
This commit is contained in:
jiuqianyuan
2023-11-28 19:50:16 +08:00
committed by GitHub
parent 594422d7aa
commit 2c730c1c0d

View File

@@ -0,0 +1,17 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.flatter.app.kuafu',
name: '蓝奏浏览器',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[desc*="跳过"][desc.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13470943',
},
],
});