feat(酷狗概念版): 开屏广告 (#1155)

This commit is contained in:
Kun Jinkao
2023-10-17 00:32:25 +08:00
committed by GitHub
parent e18e048519
commit 305ef4d9f2

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