feat(360摄像机): 开屏广告 (#817)

This commit is contained in:
Kun Jinkao
2023-10-10 00:22:25 +08:00
committed by GitHub
parent a148817096
commit 15f99b742a

View File

@@ -0,0 +1,17 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.qihoo.camera',
name: '360摄像机',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.qihoo.jia.ui.activity.SplashActivity',
matchLauncher: true,
quickFind: true,
rules: '[text="跳过"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12846783',
},
],
});