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

Commit

Permalink
Create com.changba.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
yunyuyuan authored Nov 16, 2023
1 parent 60d04f0 commit 19efb99
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/apps/com.changba.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: "com.changba",
name: "唱吧",
groups: [
{
key: 0,
name: "开屏广告",
desc: "跳过开屏广告",
rules: [
{
activityIds: "com.changba.module.advertise.splash.AdSplashActivity",
matches: "[id$='com.changba:id/ad_timer']",
snapshotUrls: "https://i.gkd.li/import/13373946"
}
]
},
],
});

0 comments on commit 19efb99

Please sign in to comment.