mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
19
src/apps/com.jingcai.apps.qualitydev.ts
Normal file
19
src/apps/com.jingcai.apps.qualitydev.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.jingcai.apps.qualitydev',
|
||||
name: '到梦空间',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.jingcai.apps.qualitydev.qualitync.SplashActivity',
|
||||
rules: [
|
||||
{
|
||||
matches: ['[id="com.jingcai.apps.qualitydev:id/tv_toapp"]'],
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12838092',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user