t-comm
Version:
专业、稳定、纯粹的工具库
14 lines (10 loc) • 397 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var UPLOADER_CONFIG = {
REQUEST_HASH_URL: function REQUEST_HASH_URL() {
return "https://".concat(location.hostname, "/pvp/share/getsharecfg.php");
},
UPLOAD_URL_PREFIX: 'https://igame.qq.com/external/uploadpic.php?_hash=',
UPLOAD_FILE_KEY: 'upload_pic_input'
};
exports.UPLOADER_CONFIG = UPLOADER_CONFIG;