Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(唱吧): 开屏广告 (#2157)
Browse files Browse the repository at this point in the history
* Create com.changba.ts

* feat(唱吧): 开屏广告

---------

Co-authored-by: lisonge <[email protected]>
  • Loading branch information
yunyuyuan and lisonge authored Nov 16, 2023
1 parent a75e94e commit 16c1070
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/apps/com.changba.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.changba',
name: '唱吧',
groups: [
{
key: 0,
name: '开屏广告',
actionMaximum: 1,
resetMatch: 'app',
matchTime: 10000,
rules: [
{
quickFind: true,
matches: '[id="com.changba:id/ad_timer"]',
snapshotUrls: 'https://i.gkd.li/import/13373946',
},
],
},
],
});

0 comments on commit 16c1070

Please sign in to comment.