feat(畅驾): 开屏广告 (#3116)

* feat(畅驾): 开屏广告

* feat(畅驾): 开屏广告

---------

Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
fimmy
2023-12-15 22:05:06 +08:00
committed by GitHub
parent 6e9439ebb7
commit 235e3b4845

View File

@@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'cn.fszt.trafficapp',
name: '畅驾',
groups: [
{
key: 0,
name: '开屏广告',
resetMatch: 'app',
actionMaximum: 1,
matchTime: 10000,
quickFind: true,
rules: [
{
matches: '[text^="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13632400',
},
],
},
],
});