mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
* feat(安吉星): 开屏广告 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> close #1344
17 lines
411 B
TypeScript
17 lines
411 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://gkd-kit.gitee.io/import/13071523',
|
|
},
|
|
],
|
|
});
|