mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
18 lines
453 B
TypeScript
18 lines
453 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.tencent.zebra',
|
|
name: '水印相机',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'com.android.camera.splash.SplashActivity',
|
|
matchLauncher: true,
|
|
quickFind: true,
|
|
rules: '[id="com.tencent.zebra:id/splash_container"] + [text="跳过"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12893521',
|
|
},
|
|
],
|
|
});
|