diff --git a/src/apps/com.qihoo.camera.ts b/src/apps/com.qihoo.camera.ts new file mode 100644 index 00000000..23604021 --- /dev/null +++ b/src/apps/com.qihoo.camera.ts @@ -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', + }, + ], +});