feat(开吧): 开屏广告 (#1723)

This commit is contained in:
Kun Jinkao
2023-11-02 21:31:41 +08:00
committed by GitHub
parent 1121d0a108
commit 56d17ff5c9

View File

@@ -0,0 +1,17 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.hz.czfw.app',
name: '开吧',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[desc$="跳过"][desc.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13228766',
},
],
});