mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
23 lines
451 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|