mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
feat(安吉星): 开屏广告 (#1346)
* feat(安吉星): 开屏广告 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> close #1344
This commit is contained in:
16
src/apps/com.shanghaionstar.ts
Normal file
16
src/apps/com.shanghaionstar.ts
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user