mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
22 lines
578 B
TypeScript
22 lines
578 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'cn.emagsoftware.gamehall',
|
|
name: '咪咕快游',
|
|
deprecatedKeys: [0],
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '版本更新',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
activityIds: 'com.migugame.home_module.ui.activity.HomeActivity',
|
|
rules:
|
|
'[id="cn.emagsoftware.gamehall:id/btn_update"] -2 [id="cn.emagsoftware.gamehall:id/btn_cancle"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13448894',
|
|
},
|
|
],
|
|
});
|