Files
youlegames/codes/agent/game/dlweb/api/web2/lang/lang.js
2026-03-15 01:27:05 +08:00

43 lines
1.8 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
var lang = {
'00bA05haB0d9ZC0fwGD09Q2OA30insbQ': { // 全国
starName: '金币',
singStarName: '币',
openRequestStar: false, // 索要星星功能
indexUrls: ["javascript:;"], // 首页跳转地址
indexPics: ["./images/gamedown.png", "./images/banner.jpg"], // 首页图片
indexBanners: ["./images/slider_1.png", "./images/slider_2.png", "./images/slider_3.png"], // 首页banner
isShow: false
},
V60103nhs0NVyt4582m6mk8jot0Bto01: { // 独立后台
starName: '星星',
singStarName: '星',
openRequestStar: false, // 索要星星功能
indexUrls: ["javascript:;"], // 首页跳转地址
indexPics: ["./images/gamedown.png", "./images/banner.jpg"], // 首页图片
indexBanners: ["./images/slider_1.png", "./images/slider_2.png", "./images/slider_3.png"], // 首页banner
isShow: false,
// 关闭手机验证码功能
closePhoneFunc: true
},
i33v0llvp0euhd1n9qo1fM2RV8vtog4y: { // 测试
starName: '金币',
singStarName: '币',
payWeChat: '官方充值微信507274333',
rechargeNotice: '一次性购卡2000张即可称为代理添加微信wx18870338776咨询详情', // 购卡页面的提示
openRequestStar: false,
indexUrls: ["javascript:;"], // 首页跳转地址
indexPics: ["./images/gamedown.png", "./images/banner.jpg"],
indexBanners: ["./images/slider_1.png", "./images/slider_2.png", "./images/slider_3.png"],
isShow: true,
closePhoneFunc: false
},
default: {
starName: '星星',
singStarName: '星',
openRequestStar: false, // 索要星星功能
indexUrls: ["javascript:;"], // 首页跳转地址
indexPics: ["./images/gamedown.png", "./images/banner.jpg"], // 首页图片
indexBanners: ["./images/slider_1.png", "./images/slider_2.png", "./images/slider_3.png"], // 首页banner
isShow: true // 是否显示首页和充值页面
}
};