Files
AIsouler-GKD_subscription/src/apps/com.changba.ts
云与原 16c1070850 feat(唱吧): 开屏广告 (#2157)
* Create com.changba.ts

* feat(唱吧): 开屏广告

---------

Co-authored-by: lisonge <i@songe.li>
2023-11-16 21:51:11 +08:00

23 lines
451 B
TypeScript

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',
},
],
},
],
});