t-comm
Version:
专业、稳定、纯粹的工具库
63 lines (58 loc) • 1.29 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var constant_gid = require('../constant/gid.js');
var GAME_MAP = {
PVP: {
GID: constant_gid.GID_MAP.GAME_PVP,
APK_NAME: 'com.tencent.tmgp.sgame'
},
GP: {
GID: constant_gid.GID_MAP.GAME_GP,
APK_NAME: 'com.tencent.tmgp.pubgmhd'
},
HLDDZ: {
GID: constant_gid.GID_MAP.GAME_HLDDZ,
APK_NAME: 'com.qqgame.hlddz'
},
MJ: {
GID: constant_gid.GID_MAP.GAME_MAJIANG,
APK_NAME: 'com.qqgame.happymj'
},
LOLM: {
GID: constant_gid.GID_MAP.GAME_LOLM,
APK_NAME: 'com.tencent.lolm'
},
NBA: {
GID: constant_gid.GID_MAP.GAME_NBA,
APK_NAME: ''
},
SJJQ: {
GID: constant_gid.GID_MAP.GAME_SJJQ,
APK_NAME: ''
},
LMJX: {
GID: constant_gid.GID_MAP.GAME_LMJX,
APK_NAME: ''
},
TY: {
GID: constant_gid.GID_MAP.GAME_TY,
APK_NAME: 'com.tencent.tmgp.wuxia'
},
TLBB: {
GID: constant_gid.GID_MAP.GAME_TLBB,
APK_NAME: 'com.tencent.tmgp.tstl'
},
CF: {
GID: constant_gid.GID_MAP.GAME_CF,
APK_NAME: ''
},
X5M: {
GID: constant_gid.GID_MAP.GAME_X5M,
APK_NAME: 'com.tencent.tmgp.qqx5'
},
NARUTO: {
GID: constant_gid.GID_MAP.GAME_HYRZ,
APK_NAME: 'com.tencent.KiHan'
}
};
exports.GAME_MAP = GAME_MAP;