mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
17 lines
403 B
TypeScript
17 lines
403 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.shanghaionstar',
|
|
name: '安吉星',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
matchLauncher: true,
|
|
activityIds: 'com.shanghaionstar.home.LoadingActivity',
|
|
rules: '[id="com.shanghaionstar:id/jump_view"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13071523',
|
|
},
|
|
],
|
|
});
|