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:
jiuqianyuan
2023-10-24 01:06:20 +08:00
committed by GitHub
parent d3a1b41d4f
commit 35eb335b4c

View 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',
},
],
});