mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
20 lines
466 B
TypeScript
20 lines
466 B
TypeScript
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://i.gkd.li/import/12838092',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|