mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(酷狗概念版): 开屏广告 (#1155)
This commit is contained in:
17
src/apps/com.kugou.android.lite.ts
Normal file
17
src/apps/com.kugou.android.lite.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
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://gkd-kit.songe.li/import/12919282',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user