import wechatImg from "./assets/image/jh.jpg"; // 公众号二维码 import logoIcon from "./assets/image/logoIcon.png"; // logo icon import floatImg from "./assets/image/floatImg.png"; // 悬浮缩略图 import icon from "./assets/image/wcfml.png"; // 图标 import wechatImgTips from "./assets/image/wxtips.jpg"; // 微信公众号福利 /* 所有配置 */ const CONFIG = { // 忘川伏魔录 name: "忘川伏魔录", // 名字 icon: icon, // 图标 appid: 777, // 忘川伏魔录 appid // 公众号信息 wechatInfo: { wechatName: '惊鸿游戏', // 公众号名 wechatImg: wechatImg, // 公众号二维码 wechatImgTips: wechatImgTips, // 微信公众号福利 }, // 图片配置信息 imgInfo: { // 悬浮球 logoIcon: logoIcon, // 被拖动的图 logoIconRed: "", // 被拖动的图 红点图 floatImg: floatImg, // 缩略图 左 floatImgRed: "", // 缩略图 左 红点 }, isRealName: true, // 实名认证版本 visitorPrompt: "温馨提示: 快速登录未绑定手机号无法找回密码,
请进入游戏后尽快绑定! ", // 快速登录账密截图提示 kfQQ: 3563681140, // 客服qq serviceUrl: "//kf.jhfly.cn/chatIndex?kefu_id=kefu2&refer=", // 惊鸿客服url storeUrl: "//h5.jhfly.cn/rxzr/activities/dazhuanpan", // 积分商城链接 wcfmlLoginUrl: "jhfly://localhost/login", // 忘川伏魔录登录路由 wcfmlPayUrl: "jhfly://localhost/pay", // 忘川伏魔录支付路由 wcfmlCloseUrl: "jhfly://localhost/close", // 忘川伏魔录关闭当前页路由 ?uid=xxx&data=yyy redirectUrl: "https://h5.jhfly.cn/redirect/?url=", // 重定向url地址 } /* 配置信息 */ export default CONFIG;