mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(360摄像机): 开屏广告 (#817)
This commit is contained in:
17
src/apps/com.qihoo.camera.ts
Normal file
17
src/apps/com.qihoo.camera.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user