mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
18 lines
459 B
TypeScript
18 lines
459 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.kugou.android.lite',
|
|
name: '酷狗概念版',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
matchLauncher: true,
|
|
activityIds:
|
|
'com.kugou.android.app.splash.adcontainer.AdContainerActivity',
|
|
rules: '@[desc="跳过"] - FrameLayout >n [text="互动广告"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12919282',
|
|
},
|
|
],
|
|
});
|