mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 21:53:34 +08:00
parent
e084f0456f
commit
5fe0f4bd87
15
src/apps/cn.gyyx.phonekey.ts
Normal file
15
src/apps/cn.gyyx.phonekey.ts
Normal file
|
@ -0,0 +1,15 @@
|
|||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'cn.gyyx.phonekey',
|
||||
name: '光宇游戏',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'cn.gyyx.phonekey.ui.dialog.AdDialog',
|
||||
rules: '[id=`cn.gyyx.phonekey:id/rl_ad_pass`]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12712285',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user