mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(闪蜂): 开屏广告 (#2122)
* feat(闪蜂): 开屏广告 * feat(閃蜂): 开屏广告 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
18
src/apps/com.tikbee.customer.ts
Normal file
18
src/apps/com.tikbee.customer.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user