mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(蓝奏浏览器):开屏广告 (#2563)
* feat(蓝奏浏览器):开屏广告 * feat(蓝奏浏览器):开屏广告 * Delete com.flatter.app.kuafu.ts close #2555
This commit is contained in:
17
src/apps/com.flatter.app.kuafu.ts
Normal file
17
src/apps/com.flatter.app.kuafu.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user