feat(百度极速版):开屏广告 (#3365)

close #3115
This commit is contained in:
jiuqianyuan
2023-12-24 20:53:35 +08:00
committed by GitHub
parent 0dff4f45ab
commit 2e51634853

View File

@@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.baidu.searchbox.lite',
name: '百度极速版',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
quickFind: true,
matches: '[text*="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13741508',
},
],
},
],
});