mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user