feat(闪蜂): 开屏广告 (#2122)

* feat(闪蜂): 开屏广告

* feat(閃蜂): 开屏广告

---------

Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
JammyLin
2023-11-16 20:43:51 +08:00
committed by GitHub
parent 5fd19b53f7
commit 9a6cb14453

View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.tikbee.customer',
name: '閃蜂',
groups: [
{
key: 1,
name: '开屏广告',
matchTime: 10000,
quickFind: true,
actionMaximum: 1,
resetMatch: 'app',
rules: '[id="com.tikbee.customer:id/skip_btn"]',
snapshotUrls: 'https://i.gkd.li/import/13350836',
},
],
});