update
This commit is contained in:
parent
534ab507ee
commit
dd928777eb
BIN
assets.rar
Normal file
BIN
assets.rar
Normal file
Binary file not shown.
17
assets/css/ace.min.css
vendored
17
assets/css/ace.min.css
vendored
@ -83,7 +83,8 @@ body.breadcrumbs-fixed {
|
||||
[class*=' icon-'],
|
||||
[class^='icon-'] {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
text-align: center;
|
||||
color: #bcbcbc;
|
||||
}
|
||||
a:focus,
|
||||
a:active {
|
||||
@ -2692,6 +2693,7 @@ button.btn:active {
|
||||
background-color: #fff !important;
|
||||
border: 1px solid #e2e2e2;
|
||||
color: #8b8b8b !important;
|
||||
font-weight: 300;
|
||||
}
|
||||
.btn:hover,
|
||||
.btn-default:hover,
|
||||
@ -4386,7 +4388,7 @@ fieldset[disabled] .btn-light.active {
|
||||
background-color: #77da80 !important;
|
||||
color: #00ba11 !important;
|
||||
/* box-shadow: 0px 0px 2px #77da80; */
|
||||
background-image: url('/assets/images/lu_bg.jpg');
|
||||
background-image: url('http://10.0.0.5/leguevent_dev/assets/images/lu_bg.jpg');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
@ -4395,7 +4397,7 @@ fieldset[disabled] .btn-light.active {
|
||||
background-color: #ffecec !important;
|
||||
color: #ff5959 !important;
|
||||
/* box-shadow: 0px 0px 2px #ff7f7f; */
|
||||
background-image: url('/assets/images/red_bg.jpg');
|
||||
background-image: url('http://10.0.0.5/leguevent_dev/assets/images/red_bg.jpg');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
@ -4412,16 +4414,17 @@ fieldset[disabled] .btn-light.active {
|
||||
background-color: #ffcc2f !important;
|
||||
color: #e38601 !important;
|
||||
/* box-shadow: 0px 0px 2px #ffcc2f; */
|
||||
background-image: url('/assets/images/huang_bg.jpg');
|
||||
background-image: url('http://10.0.0.5/leguevent_dev/assets/images/huang_bg.jpg');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.label-pink,
|
||||
.badge-pink {
|
||||
background-color: #fff !important;
|
||||
color: #155dff !important;
|
||||
/* box-shadow: 0px 0px 2px #5a8dff; */
|
||||
background-image: url('/assets/images/pink_bg.jpg');
|
||||
background-image: url('http://10.0.0.5/leguevent_dev/assets/images/pink_bg.jpg');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
/* background-position: 5px 5px; */
|
||||
@ -4432,7 +4435,7 @@ fieldset[disabled] .btn-light.active {
|
||||
background-color: #a494f9 !important;
|
||||
color: #7257ff !important;
|
||||
/* box-shadow: 0px 0px 2px #a494f9; */
|
||||
background-image: url('/assets/images/zi_bg.jpg');
|
||||
background-image: url('http://10.0.0.5/leguevent_dev/assets/images/zi_bg.jpg');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
@ -7113,7 +7116,7 @@ td,
|
||||
}
|
||||
.table thead tr th {
|
||||
border-color: #ddd;
|
||||
font-weight: bold;
|
||||
/* font-weight: bold; */
|
||||
}
|
||||
.table thead tr th [class*='icon-']:first-child {
|
||||
margin-right: 2px;
|
||||
|
BIN
assets/images/shangxian.png
Normal file
BIN
assets/images/shangxian.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 521 B |
128
pmcalendar.php
128
pmcalendar.php
@ -413,12 +413,12 @@ if ($act == 'newevent') {
|
||||
}
|
||||
|
||||
.data_tab {
|
||||
width: 325px;
|
||||
width: 380px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
top: 18px;
|
||||
top: -10px;
|
||||
right: 11px;
|
||||
z-index: 1000;
|
||||
float: right;
|
||||
@ -452,6 +452,7 @@ if ($act == 'newevent') {
|
||||
padding: 27px 0px !important;
|
||||
color:#474747 !important;
|
||||
border: 0px !important;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
<div class='datarepair' id="datarepair" onclick="datarepair()">
|
||||
@ -481,13 +482,18 @@ if ($act == 'newevent') {
|
||||
<p class="data-name">节点</p>
|
||||
<p class="data-num" id="jeidiannum"></p>
|
||||
</div>
|
||||
<div class='data-box'>
|
||||
<img src="assets/images/shangxian.png"/>
|
||||
<p class="data-name">上线</p>
|
||||
<p class="data-num" id="shangxainnum"></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class='data_box' id='data_box'>
|
||||
|
||||
<div id="chart" class="chartbox" style="width:100%;height:400px; margin-top:90px;"></div>
|
||||
|
||||
<div class="card-body">
|
||||
<table class="table table-bordered table-striped" style='border:0px !important'>
|
||||
<div class="card-body" style="margin: 0 2% 0 3%;">
|
||||
<table class="table table-bordered table-striped" style='border:1px solid #f0f0f0 !important; text-align:center;'>
|
||||
<thead id="thead-title" class="thead" ></thead>
|
||||
<tbody id="tbody-content"></tbody>
|
||||
</table>
|
||||
@ -516,7 +522,7 @@ if ($act == 'newevent') {
|
||||
background-color: rgba(000, 000, 000, 0.5);
|
||||
position: fixed;
|
||||
top: 0;
|
||||
z-index: 1000;
|
||||
z-index: 100000;
|
||||
display: flex;
|
||||
display: none;
|
||||
}
|
||||
@ -527,7 +533,7 @@ if ($act == 'newevent') {
|
||||
min-height: 100%;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
z-index: 1000;
|
||||
z-index: 1000000;
|
||||
}
|
||||
|
||||
.popup-box {
|
||||
@ -679,6 +685,9 @@ if ($act == 'newevent') {
|
||||
width: 100%;
|
||||
margin: 0 20px;
|
||||
}
|
||||
.listhove {
|
||||
box-shadow: 0px 0px 5px #40a9ff;
|
||||
}
|
||||
</style>
|
||||
<div class='popup-bg' id='popup-bg'>
|
||||
<div class="yiny" id='yiny'></div>
|
||||
@ -687,16 +696,16 @@ if ($act == 'newevent') {
|
||||
<div class='bianji' onclick='bianji()'><img src='assets/images/bianji.png'/></div>
|
||||
<div class="pop-title" id='pop-title' onclick='Info()'></div>
|
||||
</div>
|
||||
<div class="list-box">
|
||||
<div class="list-box" id='listcp'>
|
||||
<div class='list-title'>
|
||||
<div class='tit'>
|
||||
<div class='xian'></div>
|
||||
产品中心注释
|
||||
产品中心
|
||||
</div>
|
||||
<div class='cptime' id='cptime'></div>
|
||||
</div>
|
||||
<div class='cptext-box'>
|
||||
<textarea disabled='disabled' id='cptext'></textarea>
|
||||
<textarea disabled='disabled' id='cptext' onblur="isFocuscp()"></textarea>
|
||||
</div>
|
||||
<div class='fujian-box'>
|
||||
|
||||
@ -704,7 +713,7 @@ if ($act == 'newevent') {
|
||||
<div class='fujian' id='fujianname'></div>
|
||||
<div class="tijaioanniu">
|
||||
<div style=" position: relative; display: none" class="upfujian" id="upfujian_cp">
|
||||
<img class='tianjia' src='/assets/images/jiahao.png'/>
|
||||
<img class='tianjia' src='./assets/images/jiahao.png'/>
|
||||
<iframe id="_hideiframe" name="_hideiframe" style="display: none;"></iframe>
|
||||
<form method="post" id="uploader" style="display: block; clear: both; margin-top: 10px;;"
|
||||
target="_hideiframe" action="" enctype="multipart/form-data">
|
||||
@ -719,16 +728,16 @@ if ($act == 'newevent') {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="list-box">
|
||||
<div class="list-box" id='listyy'>
|
||||
<div class='list-title'>
|
||||
<div class='tit'>
|
||||
<div class='xian'></div>
|
||||
运营中心注释
|
||||
运营中心
|
||||
</div>
|
||||
<div class='cptime' id='yytime'></div>
|
||||
</div>
|
||||
<div class='cptext-box'>
|
||||
<textarea disabled='disabled' id='yytext'></textarea>
|
||||
<textarea disabled='disabled' id='yytext' onblur="isFocusyy()"></textarea>
|
||||
</div>
|
||||
<div class='fujian-box'>
|
||||
|
||||
@ -742,7 +751,7 @@ if ($act == 'newevent') {
|
||||
</div> -->
|
||||
<div class="tijaioanniu">
|
||||
<div style=" position: relative;display: none;" class="upfujian" id="upfujian_yy">
|
||||
<img class='tianjia' src='/assets/images/jiahao.png'/>
|
||||
<img class='tianjia' src='./assets/images/jiahao.png'/>
|
||||
<iframe id="_hideiframe2" name="_hideiframe" style="display: none;"></iframe>
|
||||
<form method="post" id="uploader_yy" style="display: block; clear: both; margin-top: 10px;;"
|
||||
target="_hideiframe" action="" enctype="multipart/form-data">
|
||||
@ -758,16 +767,16 @@ if ($act == 'newevent') {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="list-box">
|
||||
<div class="list-box" id='listyf'>
|
||||
<div class='list-title'>
|
||||
<div class='tit'>
|
||||
<div class='xian'></div>
|
||||
研发中心注释
|
||||
研发中心
|
||||
</div>
|
||||
<div class='cptime' id='yftime'></div>
|
||||
</div>
|
||||
<div class='cptext-box'>
|
||||
<textarea disabled='disabled' id='yftext'></textarea>
|
||||
<textarea disabled='disabled' id='yftext' onblur="isFocusyf()"></textarea>
|
||||
</div>
|
||||
<div class='fujian-box'>
|
||||
|
||||
@ -775,7 +784,7 @@ if ($act == 'newevent') {
|
||||
<div class='fujian' id='yffujian'></div>
|
||||
<div class="tijaioanniu">
|
||||
<div style=" position: relative;display: none;" class="upfujian" id="upfujian_yf">
|
||||
<img class='tianjia' src='/assets/images/jiahao.png'/>
|
||||
<img class='tianjia' src='./assets/images/jiahao.png'/>
|
||||
<iframe id="_hideiframe3" name="_hideiframe" style="display: none;"></iframe>
|
||||
<form method="post" id="uploader_yf" style="display: block; clear: both; margin-top: 10px;;"
|
||||
target="_hideiframe" action="" enctype="multipart/form-data">
|
||||
@ -816,9 +825,23 @@ if ($act == 'newevent') {
|
||||
<script type="text/x-dot-template" id="tbody-dot">
|
||||
{{ for(var i in it) { }}
|
||||
<tr>
|
||||
{{ for(var k in it[i]) { }}
|
||||
<td>{{= it[i][k]}}</td>
|
||||
{{ } }}
|
||||
{{? i != 1}}
|
||||
{{ for(var k in it[i]) { }}
|
||||
{{? k !=1}}
|
||||
<td style="border-top: 1px solid #f0f0f0; color:#474747; padding: 25px 0; background-color:#fff; border-bottom:0px; border-left:0px; border-right:0px; ">{{= it[i][k]}}</td>
|
||||
{{??}}
|
||||
<td style="border-top: 1px solid #f0f0f0; color:#474747; padding: 25px 0; background-color:#fff; border-bottom:0px; border-left:0px; border-right:0px; color:#007efa !important;">{{= it[i][k]}}</td>
|
||||
{{?}}
|
||||
{{ } }}
|
||||
{{??}}
|
||||
{{ for(var k in it[i]) { }}
|
||||
{{? k !=1}}
|
||||
<td style="border-top: 1px solid #f0f0f0; color:#474747; padding: 25px 0; background-color:#fafafa; border-bottom:0px; border-left:0px; border-right:0px; ">{{= it[i][k]}}</td>
|
||||
{{??}}
|
||||
<td style="border-top: 1px solid #f0f0f0; color:#474747; padding: 25px 0; background-color:#fafafa; border-bottom:0px; border-left:0px; border-right:0px; color:#007efa !important;">{{= it[i][k]}}</td>
|
||||
{{?}}
|
||||
{{ } }}
|
||||
{{?}}
|
||||
</tr>
|
||||
{{ } }}
|
||||
</script>
|
||||
@ -826,13 +849,13 @@ if ($act == 'newevent') {
|
||||
<script type="text/x-dot-template" id="fujian-dot">
|
||||
{{~it:item:index}}
|
||||
{{? item != ''}}
|
||||
<img src="/assets/images/xiazai.png"/>
|
||||
<img src="./assets/images/xiazai.png"/>
|
||||
<div id='cpfuinfo'>
|
||||
<a href='http://leguevent.local{{= item.file}}'>{{= item.name}}</a>
|
||||
</div>
|
||||
{{??}}
|
||||
<div class='fujian'>
|
||||
<img src="/assets/images/fujian.png"/>
|
||||
<img src="./assets/images/fujian.png"/>
|
||||
未添加附件
|
||||
</div>
|
||||
{{?}}
|
||||
@ -846,6 +869,24 @@ if ($act == 'newevent') {
|
||||
var dict = {};
|
||||
var notid;
|
||||
|
||||
// function isFocusyf(){
|
||||
// var aa = $('#')
|
||||
// $("#listyf").addClass('listhove');
|
||||
// $("#listyy").removeClass('listhove');
|
||||
// $("#listcp").removeClass('listhove');
|
||||
// console.log(1111)
|
||||
// }
|
||||
// function isFocusyy(){
|
||||
// $("#listyf").removeClass('listhove');
|
||||
// $("#listyy").addClass('listhove');
|
||||
// $("#listcp").removeClass('listhove');
|
||||
// }
|
||||
// function isFocuscp(){
|
||||
// $("#listyf").removeClass('listhove');
|
||||
// $("#listyy").removeClass('listhove');
|
||||
// $("#listcp").addClass('listhove');
|
||||
// }
|
||||
|
||||
$('#fujian').change(function () {
|
||||
var wenjianname = $('#fujian').val();
|
||||
var obj = document.getElementById("fujian");
|
||||
@ -1121,6 +1162,7 @@ if ($act == 'newevent') {
|
||||
$("#gengxinnum").html("("+doc.count['版本更新']+")");
|
||||
$("#xiufunum").html("("+doc.count['修复外网']+")");
|
||||
$("#jeidiannum").html("("+doc.count['节点']+")");
|
||||
$("#shangxainnum").html("("+ doc.count['上线'] +")");
|
||||
console.log(doc.calendarData)
|
||||
if (doc.gameInfo && doc.gameInfo.length > 0) {
|
||||
var _html = [];
|
||||
@ -1329,7 +1371,7 @@ if ($act == 'newevent') {
|
||||
toolbox: {
|
||||
show: true,
|
||||
orient: 'vertical',
|
||||
left: 'right',
|
||||
right: '1.5%',
|
||||
top: 'center',
|
||||
feature: {
|
||||
mark: {show: true},
|
||||
@ -1340,7 +1382,10 @@ if ($act == 'newevent') {
|
||||
}
|
||||
},
|
||||
legend: {
|
||||
left: 10
|
||||
left: '3%',
|
||||
itemHeight: 11,
|
||||
itemWidth: 6,
|
||||
color:"#5f5f5f"
|
||||
},
|
||||
tooltip: {},
|
||||
grid: {
|
||||
@ -1354,16 +1399,35 @@ if ($act == 'newevent') {
|
||||
dataset: {
|
||||
source: chartsdata
|
||||
},
|
||||
xAxis: {type: 'category'},
|
||||
xAxis: {
|
||||
type: 'category',
|
||||
axisLabel:{
|
||||
show: true,
|
||||
textStyle:{
|
||||
color:"#969696"
|
||||
}
|
||||
},
|
||||
axisLine:{
|
||||
lineStyle:{
|
||||
color:'#bfbfbf',
|
||||
}
|
||||
}
|
||||
},
|
||||
yAxis: {
|
||||
axisLabel:{
|
||||
textStyle:{
|
||||
color:"#bfbfbf"
|
||||
}
|
||||
},
|
||||
"axisLine": { //y轴
|
||||
"show": true
|
||||
"show": false
|
||||
},
|
||||
"axisTick": { //y轴刻度线
|
||||
"show": true
|
||||
"show": false
|
||||
},
|
||||
"splitLine": { //网格线
|
||||
"show": false
|
||||
"show": true,
|
||||
'coloe': '#bfbfbf'
|
||||
}
|
||||
},
|
||||
// Declare several bar series, each will be mapped
|
||||
@ -1371,6 +1435,7 @@ if ($act == 'newevent') {
|
||||
series: [
|
||||
{
|
||||
type: 'bar',
|
||||
barCategoryGap : 60,
|
||||
itemStyle: {
|
||||
normal: {
|
||||
label: {
|
||||
@ -1379,7 +1444,7 @@ if ($act == 'newevent') {
|
||||
distance: 15,
|
||||
align: 'left',
|
||||
verticalAlign: 'middle',
|
||||
rotate: 90,
|
||||
rotate: 1,
|
||||
fontSize: 16,
|
||||
textStyle: { //数值样式
|
||||
color: '#000',
|
||||
@ -1391,6 +1456,7 @@ if ($act == 'newevent') {
|
||||
},
|
||||
{
|
||||
type: 'bar',
|
||||
barCategoryGap : 60,
|
||||
itemStyle: {
|
||||
normal: {
|
||||
label: {
|
||||
@ -1399,7 +1465,7 @@ if ($act == 'newevent') {
|
||||
distance: 15,
|
||||
align: 'left',
|
||||
verticalAlign: 'middle',
|
||||
rotate: 90,
|
||||
rotate: 1,
|
||||
fontSize: 16,
|
||||
textStyle: { //数值样式
|
||||
color: '#000',
|
||||
|
0
uploader/5fc7092755a190.txt
Normal file
0
uploader/5fc7092755a190.txt
Normal file
0
uploader/5fc711663c9730.txt
Normal file
0
uploader/5fc711663c9730.txt
Normal file
0
uploader/5fc7117bbb4210.txt
Normal file
0
uploader/5fc7117bbb4210.txt
Normal file
0
uploader/5fc7126677f140.txt
Normal file
0
uploader/5fc7126677f140.txt
Normal file
0
uploader/5fc73490dc8a60.txt
Normal file
0
uploader/5fc73490dc8a60.txt
Normal file
0
uploader/5fc734a2cfee80.txt
Normal file
0
uploader/5fc734a2cfee80.txt
Normal file
0
uploader/5fc734a56b72b0.txt
Normal file
0
uploader/5fc734a56b72b0.txt
Normal file
0
uploader/5fc734f8aad830.txt
Normal file
0
uploader/5fc734f8aad830.txt
Normal file
0
uploader/5fc7352e27f240.txt
Normal file
0
uploader/5fc7352e27f240.txt
Normal file
0
uploader/5fc7359c0de020.txt
Normal file
0
uploader/5fc7359c0de020.txt
Normal file
0
uploader/5fc738a4de7bc0.txt
Normal file
0
uploader/5fc738a4de7bc0.txt
Normal file
0
uploader/5fc739514f86a0.txt
Normal file
0
uploader/5fc739514f86a0.txt
Normal file
183
uploader/5fc74ffb748e90.js
Normal file
183
uploader/5fc74ffb748e90.js
Normal file
@ -0,0 +1,183 @@
|
||||
G.gc = {}; // global config
|
||||
G.gc.COLOR = {
|
||||
// 0-12 浅色, 字母深色
|
||||
0: "#fff1d2", // 白色 ffffff
|
||||
1: "#6aff00", // 绿色 27b520
|
||||
2: "#0096ff", // 蓝色 0b6cb7
|
||||
3: "#e300ff", // 紫色 ba00a7
|
||||
4: '#ff5a00', // 橙色 FF9600
|
||||
//4: "#fe6418",
|
||||
5: '#e52525', // 红色
|
||||
6: '#ffb200', // 黄色
|
||||
7: '#ffe3d3', // 淡粉色
|
||||
8: '#f6ff00', // l亮黄色
|
||||
9: '#d0edfc', // 淡蓝色
|
||||
10: '#90a1aa',
|
||||
11: '#d8d8d8', // 淡灰色
|
||||
12: '#868eac',
|
||||
lv: '#009d0c', // 117900, 037d00
|
||||
lan: '#0092bc', // 0b6cb7
|
||||
zi: '#d600e3', // ba00a7
|
||||
cheng: '#a54a00',
|
||||
hong: '#da4927',
|
||||
hui: '#744D26',
|
||||
hei: '#8c8882',
|
||||
anhong: '#a6452f',
|
||||
huang: '#ca5600', // ffa801
|
||||
text: '#583E2C',
|
||||
white: '#fff1d2', // ffffff
|
||||
lianglv: '#6aff00', // 00ff0c
|
||||
danhuang: '#ffe329',
|
||||
btn_white: "#FBFAF6",
|
||||
tint: [ // 浅色背景品级颜色
|
||||
"#fff1d2", // 白色
|
||||
"#009d0c", // 绿色
|
||||
"#0092bc", // 蓝色
|
||||
"#d600e3", // 紫色
|
||||
'#ca5600' // 橙色
|
||||
],
|
||||
dark: [ // 深色背景品级颜色
|
||||
"#fff1d2", // 白色
|
||||
"#6aff00", // 绿色
|
||||
"#0096ff", // 蓝色
|
||||
"#e300ff", // 紫色
|
||||
'#ff5a00' // 橙色
|
||||
],
|
||||
apt: [ // appoint 约定色
|
||||
"#d13800", // 0未达成红色
|
||||
"#66ff23", // 1已达成绿色
|
||||
"#352a26", // 2深褐色标题, 深色标题
|
||||
"#70432e", // 3浅褐色文本, 浅色文本
|
||||
"#ff8400", // 4等级橘色
|
||||
"#e1c77e", // 5名字深黄
|
||||
"#7e291a" // 6贵族深红色
|
||||
] // G.gc.COLOR.apt[2]
|
||||
};
|
||||
|
||||
G.gc.attr = {
|
||||
nexp: { name: L('nexp'), ico: 'img/ico_exp.png', img: 'item/daoju_045.png', intr: L('nexp_intr') },
|
||||
jinbi: { name: L('JINBI'), ico: 'img/jb.png', img: 'item/daoju_009.png', intr: L('JINBI_intr'), color: 2 },
|
||||
zuier: { name: L('ZUIER'), ico: 'img/public/ico_zez.png', img: 'item/daoju_049.png', intr: L('ZUIER_intr') },
|
||||
mucai: { name: L('MUCAI'), ico: 'img/mc.png', img: 'item/daoju_008.png', intr: L('MUCAI_intr') },
|
||||
kuangshi: { name: L('KUANGSHI'), ico: 'img/ks.png', img: 'item/daoju_043.png', intr: L('KUANGSHI_intr') },
|
||||
shuijing: { name: L('SHUIJING'), ico: 'img/sj.png', img: 'item/daoju_006.png', intr: L('SHUIJING_intr'), color: 2 },
|
||||
rmbmoney: { name: L('rmbmoney'), ico: 'img/public/zs.png', img: 'item/daoju_005.png', intr: L('rmbmoney_intr'), color: 3 },
|
||||
rongyu: { name: L('RONGYU'), ico: 'img/public/ico_rongyu.png', img: 'item/daoju_046.png', intr: L('RONGYU_intr'), color: 2 },
|
||||
mohun: { name: L('MOHUN'), ico: 'img/huishou/ico_mohun.png', img: 'item/daoju_044.png', intr: L('MOHUN_intr'), color: 2 },
|
||||
jingti: { name: L('JINGTI'), ico: 'img/lianhua/ico_jingti.png', img: 'item/daoju_048.png', intr: L('JINGTI_intr'), color: 2 },
|
||||
fanrongdu: { name: L('FANRONGDU'), ico: 'img/gonghui/ico_frd.png', img: 'item/daoju_048.png', intr: L('FANRONGDU_intr') },
|
||||
gongxian: { name: L('GONGXIAN'), ico: 'img/gonghui/ico_ry.png', img: 'item/daoju_071.png', intr: L('FANRONGDU_intr') },
|
||||
gonghuizijin: { name: L('GONGHUIZIJIN'), ico: 'img/gonghui/ico_ghzj.png', img: 'item/daoju_048.png', intr: L('FANRONGDU_intr') },
|
||||
1037: { name: L('QIANGHUASHI'), ico: 'img/public/ico_qhs.png', img: 'item/daoju_007.png' },
|
||||
jinghua: { name: L('JINGHUA'), ico: 'img/tiejiangpu/ico_fw.png', img: 'item/daoju_052.png', intr: L('FWJINGHUA_intr') },
|
||||
jinglian: { name: L('JINGLIAN'), ico: 'img/public/ico_jl.png', img: 'item/daoju_050.png', intr: L('BWJINGHUA_intr') },
|
||||
jungong: { name: L('JUNGONG'), ico: 'img/public/ico_jg.png', img: 'item/daoju_058.png', intr: L('JUNGONG_intr') },
|
||||
jifen: { name: L('JIFEN'), ico: 'img/public/ico_jf.png', img: 'item/daoju_059.png', intr: L('JIFEN_intr') },
|
||||
xingchenjifen: { name: L('XINGCHENJIFEN'), ico: 'img/public/ico_xcjf.png', img: 'item/daoju_067.png', intr: L('XINGCHENJIFEN_intr') },
|
||||
hunling: { name: L('HUNLING'), ico: 'img/public/img_hl.png', img: 'item/daoju_131.png', intr: L('HUNLING_intr'), color: 3, c: 'zi' },
|
||||
hsexp: { name: L('HSEXP'), ico: 'img/public/img_hs.png', img: 'item/daoju_135.png', intr: L('HSEXP_intr'), color: 3, c: 'zi' },
|
||||
payexp: { name: L('paynexp'), ico: 'img/ico_exp1.png', img: 'item/daoju_045.png', intr: L('payexp_intr'), color: 3 },
|
||||
weiwang: { name: L('WEIWANG'), ico: 'img/jb.png', img: 'item/daoju_009.png', intr: L('WEIWANG_intr'), color: 2 },
|
||||
1023: { name: L('BAGUAZHEN'), ico: 'img/zhenfa/ico_bgz.png', img: 'item/daoju_017.png' },
|
||||
1025: { name: L('QIXINGZHEN'), ico: 'img/zhenfa/ico_qxz.png', img: 'item/daoju_019.png' },
|
||||
1027: { name: L('TIANDISANCAIZHEN'), ico: 'img/zhenfa/ico_scz.png', img: 'item/daoju_018.png' },
|
||||
1076: { name: L('JINGLIANZHISHI'), ico: 'img/public/ico_jlzs.png', img: 'item/daoju_018.png' },
|
||||
shenyin: { name: L('shenyin'), ico: 'img/shendian/ico_syb.png', img: 'item/daoju_150.png', intr: L('shenyin_intr'), color: 3 },
|
||||
};
|
||||
G.gc.zz2img = {
|
||||
1: 'ico_zz1.png',
|
||||
2: 'ico_zz3.png',
|
||||
3: 'ico_zz2.png',
|
||||
4: 'ico_zz4.png',
|
||||
};
|
||||
G.gc.jz = {
|
||||
qiji: 1,
|
||||
qjMaxLv: 30,
|
||||
kuangdong: 22,
|
||||
chengbao: 12,
|
||||
mofacollege: 15,
|
||||
shichang: 0,
|
||||
tiejiangpu: 1,
|
||||
jingjichang: 14,
|
||||
yingxiongtiaozhan: 18,
|
||||
lingxiu: 35,
|
||||
guanzhi: 35,
|
||||
kuafuzhan: 40,
|
||||
kuafu_ghz: 45
|
||||
};
|
||||
|
||||
G.gc.jiaoyihang = [
|
||||
{ type: 'mohun', img: 'img/shichang/img_mhsd.png', attr: 'mohun' },
|
||||
{ type: 'rongyu', img: 'img/shichang/img_rysd.png', attr: 'rongyu' },
|
||||
{ type: 'zhuangbei', img: 'img/shichang/img_zbsd.png', attr: 'jingti' },
|
||||
{ type: 'fuwen', img: 'img/shichang/img_fwsd.png', attr: 'jinghua' },
|
||||
{ type: 'baowu', img: 'img/shichang/img_bwsd.png', attr: 'jinglian' },
|
||||
{ type: 'jungong', img: 'img/shichang/img_jgsd.png', attr: 'jungong' },
|
||||
// {type:'hunling',img:'img/shichang/img_hlsd.png',attr:'hunling',showlv:40}
|
||||
{ type: 'shenyin', img: 'img/shichang/img_wzsd.png', attr: 'shenyin', showlv: 50 },
|
||||
];
|
||||
G.gc.percentAttr = [
|
||||
//'dpspro',
|
||||
//'mhppro',
|
||||
//'atkpro',
|
||||
//'defpro',
|
||||
//'baoshang',
|
||||
//'dpsdrop',
|
||||
//'xixue',
|
||||
//'backdps',
|
||||
//'backhp',
|
||||
|
||||
'mingzhongpro',
|
||||
'misspro'
|
||||
];
|
||||
G.gc.openLv = {
|
||||
baowu: 25,
|
||||
jungong: 40,
|
||||
qianneng: {
|
||||
lv: 60,
|
||||
pinzhi: 7
|
||||
},
|
||||
shendianwars: 60,
|
||||
shenqi: 45,
|
||||
hunling: 50,
|
||||
mrrenwu: 8
|
||||
};
|
||||
G.gc.zhengzhan = [
|
||||
{ type: 'richang', id: 1, cond: { openlv: 14 }, pic: 'img/zhengzhan/img_jjc.png', pic2: 'img/zhengzhan/img_jjc1.png', toframe: 'jingjichang' }, //to竞技场
|
||||
{ type: 'richang', id: 2, cond: { openlv: 18 }, showlv: 14, pic: 'img/zhengzhan/img_jyfb.png', pic2: 'img/zhengzhan/img_jyfb1.png', toframe: 'yingxiongtiaozhan' }, //精英副本
|
||||
//{type:'richang',id:11,cond:{openlv:20},showlv:18,pic:'img/zhengzhan/img_mrdt.png',pic2:'img/zhengzhan/img_mrdt1.png',toframe:'meiridati'},//每日答题
|
||||
{ type: 'richang', id: 3, cond: { openlv: 23 }, showlv: 20, pic: 'img/zhengzhan/img_hldtx.png', pic2: 'img/zhengzhan/img_hldtx1.png', toframe: 'zhengzhan_mrsl' }, //每日试炼
|
||||
// {id:4,cond:{confid:3,openDayArr:[3,6,0]},pic:'img/zhengzhan/img_hldtx.png',toframe:'zhengzhan_mrsl'},//黑龙的吐息
|
||||
// {id:5,cond:{confid:1,openDayArr:[1,4,0]},pic:'img/zhengzhan/img_gldsy.png',toframe:'zhengzhan_mrsl'},//鬼龙的咆哮
|
||||
{ type: 'richang', id: 6, cond: { openlv: 25 }, showlv: 23, pic: 'img/zhengzhan/img_mj.png', pic2: 'img/zhengzhan/img_mj1.png', toframe: 'mijing' }, //秘境
|
||||
//{ type: 'richang', id: 13, cond: { openlv: 27 }, showlv: 25, pic: 'img/zhengzhan/img_yzdel.png', pic2: 'img/zhengzhan/img_yzdel1.png', toframe: 'yongzhedouelong' }, //勇者斗恶龙
|
||||
//{ type: 'richang', id: 7, cond: { openlv: 28 }, showlv: 27, pic: 'img/zhengzhan/img_ybtz.png', pic2: 'img/zhengzhan/img_ybtz1.png', toframe: 'yongbing_tiaozhan' }, //佣兵挑战
|
||||
//{type:'richang',id:9,cond:{openlv:40},showlv:28,pic:'img/img_sjboss.png',pic2:'img/img_sjboss1.png',toframe:'shijieboss'},//世界BOSS
|
||||
{ type: 'pvp', id: 8, cond: { openlv: 40 }, showlv: 30, pic: 'img/zhengzhan/img_kfzb.png', pic2: 'img/zhengzhan/img_kfzb1.png', toframe: 'kuafuzhan' }, //k跨服战
|
||||
//{type:'richang',id:18,cond:{openlv:45},showlv:40,pic:'img/zhengzhan/img_qmlz.png',pic2:'img/zhengzhan/img_qmlz1.png', toframe:'lingzhulaixi'}, //领主来袭
|
||||
{ type: 'pvp', id: 10, cond: { openlv: 45 }, showlv: 40, pic: 'img/zhengzhan/img_kfgh.png', pic2: 'img/zhengzhan/img_kfgh1.png', toframe: 'kuafu_ghz' }, //跨服公会战
|
||||
{ type: 'pvp', id: 14, cond: { openlv: 60 }, showlv: 45, pic: 'img/zhengzhan/img_sgdl.png', pic2: 'img/zhengzhan/img_sgdl1.png', toframe: 'shendianwars' }, //神殿争夺战
|
||||
{ type: 'pvp', id: 12, cond: { openlv: 1 }, showlv: 30, pic: 'img/zhengzhan/img_wzry.png', pic2: 'img/zhengzhan/img_wzry1.png', toframe: 'wangzherongyao' }, //王者荣耀
|
||||
{ type: 'pvp', id: 16, cond: { openlv: 65 }, showlv: 40, pic: 'img/zhengzhan/img_kftt.png', pic2: 'img/zhengzhan/img_kftt1.png', toframe: 'kuafutianti' }, //跨服天梯
|
||||
];
|
||||
G.gc.huodong = G.gc.huodong || {};
|
||||
G.gc.huodong['yunshi'] = {
|
||||
1: { title: L('YUNSHI_1'), prize: [850, 999] },
|
||||
2: { title: L('YUNSHI_2'), prize: [700, 850] },
|
||||
3: { title: L('YUNSHI_3'), prize: [500, 700] }
|
||||
};
|
||||
|
||||
G.gc.maxData = {
|
||||
zhenfa: 20, // 出战阵法等级上限20
|
||||
};
|
||||
|
||||
//装备相关条件配置
|
||||
G.gc.zhuangbei = {
|
||||
jinglian: {
|
||||
need: {
|
||||
color: 4,
|
||||
qhlv: 120
|
||||
}
|
||||
}
|
||||
};
|
||||
G.gc.XILA_SHUZI = ['', 'I', 'II', 'III', 'IV', 'V', 'VI', 'VII', 'VIII', 'IX', 'X'];
|
0
uploader/5fc750307cbbb0.txt
Normal file
0
uploader/5fc750307cbbb0.txt
Normal file
0
uploader/5fc750fb7db820.txt
Normal file
0
uploader/5fc750fb7db820.txt
Normal file
0
uploader/5fc75c23c14f90.txt
Normal file
0
uploader/5fc75c23c14f90.txt
Normal file
0
uploader/5fc9968fa04b20.txt
Normal file
0
uploader/5fc9968fa04b20.txt
Normal file
0
uploader/5fc997831ea1b0.txt
Normal file
0
uploader/5fc997831ea1b0.txt
Normal file
183
uploader/5fc99a865c0ed0.js
Normal file
183
uploader/5fc99a865c0ed0.js
Normal file
@ -0,0 +1,183 @@
|
||||
G.gc = {}; // global config
|
||||
G.gc.COLOR = {
|
||||
// 0-12 浅色, 字母深色
|
||||
0: "#fff1d2", // 白色 ffffff
|
||||
1: "#6aff00", // 绿色 27b520
|
||||
2: "#0096ff", // 蓝色 0b6cb7
|
||||
3: "#e300ff", // 紫色 ba00a7
|
||||
4: '#ff5a00', // 橙色 FF9600
|
||||
//4: "#fe6418",
|
||||
5: '#e52525', // 红色
|
||||
6: '#ffb200', // 黄色
|
||||
7: '#ffe3d3', // 淡粉色
|
||||
8: '#f6ff00', // l亮黄色
|
||||
9: '#d0edfc', // 淡蓝色
|
||||
10: '#90a1aa',
|
||||
11: '#d8d8d8', // 淡灰色
|
||||
12: '#868eac',
|
||||
lv: '#009d0c', // 117900, 037d00
|
||||
lan: '#0092bc', // 0b6cb7
|
||||
zi: '#d600e3', // ba00a7
|
||||
cheng: '#a54a00',
|
||||
hong: '#da4927',
|
||||
hui: '#744D26',
|
||||
hei: '#8c8882',
|
||||
anhong: '#a6452f',
|
||||
huang: '#ca5600', // ffa801
|
||||
text: '#583E2C',
|
||||
white: '#fff1d2', // ffffff
|
||||
lianglv: '#6aff00', // 00ff0c
|
||||
danhuang: '#ffe329',
|
||||
btn_white: "#FBFAF6",
|
||||
tint: [ // 浅色背景品级颜色
|
||||
"#fff1d2", // 白色
|
||||
"#009d0c", // 绿色
|
||||
"#0092bc", // 蓝色
|
||||
"#d600e3", // 紫色
|
||||
'#ca5600' // 橙色
|
||||
],
|
||||
dark: [ // 深色背景品级颜色
|
||||
"#fff1d2", // 白色
|
||||
"#6aff00", // 绿色
|
||||
"#0096ff", // 蓝色
|
||||
"#e300ff", // 紫色
|
||||
'#ff5a00' // 橙色
|
||||
],
|
||||
apt: [ // appoint 约定色
|
||||
"#d13800", // 0未达成红色
|
||||
"#66ff23", // 1已达成绿色
|
||||
"#352a26", // 2深褐色标题, 深色标题
|
||||
"#70432e", // 3浅褐色文本, 浅色文本
|
||||
"#ff8400", // 4等级橘色
|
||||
"#e1c77e", // 5名字深黄
|
||||
"#7e291a" // 6贵族深红色
|
||||
] // G.gc.COLOR.apt[2]
|
||||
};
|
||||
|
||||
G.gc.attr = {
|
||||
nexp: { name: L('nexp'), ico: 'img/ico_exp.png', img: 'item/daoju_045.png', intr: L('nexp_intr') },
|
||||
jinbi: { name: L('JINBI'), ico: 'img/jb.png', img: 'item/daoju_009.png', intr: L('JINBI_intr'), color: 2 },
|
||||
zuier: { name: L('ZUIER'), ico: 'img/public/ico_zez.png', img: 'item/daoju_049.png', intr: L('ZUIER_intr') },
|
||||
mucai: { name: L('MUCAI'), ico: 'img/mc.png', img: 'item/daoju_008.png', intr: L('MUCAI_intr') },
|
||||
kuangshi: { name: L('KUANGSHI'), ico: 'img/ks.png', img: 'item/daoju_043.png', intr: L('KUANGSHI_intr') },
|
||||
shuijing: { name: L('SHUIJING'), ico: 'img/sj.png', img: 'item/daoju_006.png', intr: L('SHUIJING_intr'), color: 2 },
|
||||
rmbmoney: { name: L('rmbmoney'), ico: 'img/public/zs.png', img: 'item/daoju_005.png', intr: L('rmbmoney_intr'), color: 3 },
|
||||
rongyu: { name: L('RONGYU'), ico: 'img/public/ico_rongyu.png', img: 'item/daoju_046.png', intr: L('RONGYU_intr'), color: 2 },
|
||||
mohun: { name: L('MOHUN'), ico: 'img/huishou/ico_mohun.png', img: 'item/daoju_044.png', intr: L('MOHUN_intr'), color: 2 },
|
||||
jingti: { name: L('JINGTI'), ico: 'img/lianhua/ico_jingti.png', img: 'item/daoju_048.png', intr: L('JINGTI_intr'), color: 2 },
|
||||
fanrongdu: { name: L('FANRONGDU'), ico: 'img/gonghui/ico_frd.png', img: 'item/daoju_048.png', intr: L('FANRONGDU_intr') },
|
||||
gongxian: { name: L('GONGXIAN'), ico: 'img/gonghui/ico_ry.png', img: 'item/daoju_071.png', intr: L('FANRONGDU_intr') },
|
||||
gonghuizijin: { name: L('GONGHUIZIJIN'), ico: 'img/gonghui/ico_ghzj.png', img: 'item/daoju_048.png', intr: L('FANRONGDU_intr') },
|
||||
1037: { name: L('QIANGHUASHI'), ico: 'img/public/ico_qhs.png', img: 'item/daoju_007.png' },
|
||||
jinghua: { name: L('JINGHUA'), ico: 'img/tiejiangpu/ico_fw.png', img: 'item/daoju_052.png', intr: L('FWJINGHUA_intr') },
|
||||
jinglian: { name: L('JINGLIAN'), ico: 'img/public/ico_jl.png', img: 'item/daoju_050.png', intr: L('BWJINGHUA_intr') },
|
||||
jungong: { name: L('JUNGONG'), ico: 'img/public/ico_jg.png', img: 'item/daoju_058.png', intr: L('JUNGONG_intr') },
|
||||
jifen: { name: L('JIFEN'), ico: 'img/public/ico_jf.png', img: 'item/daoju_059.png', intr: L('JIFEN_intr') },
|
||||
xingchenjifen: { name: L('XINGCHENJIFEN'), ico: 'img/public/ico_xcjf.png', img: 'item/daoju_067.png', intr: L('XINGCHENJIFEN_intr') },
|
||||
hunling: { name: L('HUNLING'), ico: 'img/public/img_hl.png', img: 'item/daoju_131.png', intr: L('HUNLING_intr'), color: 3, c: 'zi' },
|
||||
hsexp: { name: L('HSEXP'), ico: 'img/public/img_hs.png', img: 'item/daoju_135.png', intr: L('HSEXP_intr'), color: 3, c: 'zi' },
|
||||
payexp: { name: L('paynexp'), ico: 'img/ico_exp1.png', img: 'item/daoju_045.png', intr: L('payexp_intr'), color: 3 },
|
||||
weiwang: { name: L('WEIWANG'), ico: 'img/jb.png', img: 'item/daoju_009.png', intr: L('WEIWANG_intr'), color: 2 },
|
||||
1023: { name: L('BAGUAZHEN'), ico: 'img/zhenfa/ico_bgz.png', img: 'item/daoju_017.png' },
|
||||
1025: { name: L('QIXINGZHEN'), ico: 'img/zhenfa/ico_qxz.png', img: 'item/daoju_019.png' },
|
||||
1027: { name: L('TIANDISANCAIZHEN'), ico: 'img/zhenfa/ico_scz.png', img: 'item/daoju_018.png' },
|
||||
1076: { name: L('JINGLIANZHISHI'), ico: 'img/public/ico_jlzs.png', img: 'item/daoju_018.png' },
|
||||
shenyin: { name: L('shenyin'), ico: 'img/shendian/ico_syb.png', img: 'item/daoju_150.png', intr: L('shenyin_intr'), color: 3 },
|
||||
};
|
||||
G.gc.zz2img = {
|
||||
1: 'ico_zz1.png',
|
||||
2: 'ico_zz3.png',
|
||||
3: 'ico_zz2.png',
|
||||
4: 'ico_zz4.png',
|
||||
};
|
||||
G.gc.jz = {
|
||||
qiji: 1,
|
||||
qjMaxLv: 30,
|
||||
kuangdong: 22,
|
||||
chengbao: 12,
|
||||
mofacollege: 15,
|
||||
shichang: 0,
|
||||
tiejiangpu: 1,
|
||||
jingjichang: 14,
|
||||
yingxiongtiaozhan: 18,
|
||||
lingxiu: 35,
|
||||
guanzhi: 35,
|
||||
kuafuzhan: 40,
|
||||
kuafu_ghz: 45
|
||||
};
|
||||
|
||||
G.gc.jiaoyihang = [
|
||||
{ type: 'mohun', img: 'img/shichang/img_mhsd.png', attr: 'mohun' },
|
||||
{ type: 'rongyu', img: 'img/shichang/img_rysd.png', attr: 'rongyu' },
|
||||
{ type: 'zhuangbei', img: 'img/shichang/img_zbsd.png', attr: 'jingti' },
|
||||
{ type: 'fuwen', img: 'img/shichang/img_fwsd.png', attr: 'jinghua' },
|
||||
{ type: 'baowu', img: 'img/shichang/img_bwsd.png', attr: 'jinglian' },
|
||||
{ type: 'jungong', img: 'img/shichang/img_jgsd.png', attr: 'jungong' },
|
||||
// {type:'hunling',img:'img/shichang/img_hlsd.png',attr:'hunling',showlv:40}
|
||||
{ type: 'shenyin', img: 'img/shichang/img_wzsd.png', attr: 'shenyin', showlv: 50 },
|
||||
];
|
||||
G.gc.percentAttr = [
|
||||
//'dpspro',
|
||||
//'mhppro',
|
||||
//'atkpro',
|
||||
//'defpro',
|
||||
//'baoshang',
|
||||
//'dpsdrop',
|
||||
//'xixue',
|
||||
//'backdps',
|
||||
//'backhp',
|
||||
|
||||
'mingzhongpro',
|
||||
'misspro'
|
||||
];
|
||||
G.gc.openLv = {
|
||||
baowu: 25,
|
||||
jungong: 40,
|
||||
qianneng: {
|
||||
lv: 60,
|
||||
pinzhi: 7
|
||||
},
|
||||
shendianwars: 60,
|
||||
shenqi: 45,
|
||||
hunling: 50,
|
||||
mrrenwu: 8
|
||||
};
|
||||
G.gc.zhengzhan = [
|
||||
{ type: 'richang', id: 1, cond: { openlv: 14 }, pic: 'img/zhengzhan/img_jjc.png', pic2: 'img/zhengzhan/img_jjc1.png', toframe: 'jingjichang' }, //to竞技场
|
||||
{ type: 'richang', id: 2, cond: { openlv: 18 }, showlv: 14, pic: 'img/zhengzhan/img_jyfb.png', pic2: 'img/zhengzhan/img_jyfb1.png', toframe: 'yingxiongtiaozhan' }, //精英副本
|
||||
//{type:'richang',id:11,cond:{openlv:20},showlv:18,pic:'img/zhengzhan/img_mrdt.png',pic2:'img/zhengzhan/img_mrdt1.png',toframe:'meiridati'},//每日答题
|
||||
{ type: 'richang', id: 3, cond: { openlv: 23 }, showlv: 20, pic: 'img/zhengzhan/img_hldtx.png', pic2: 'img/zhengzhan/img_hldtx1.png', toframe: 'zhengzhan_mrsl' }, //每日试炼
|
||||
// {id:4,cond:{confid:3,openDayArr:[3,6,0]},pic:'img/zhengzhan/img_hldtx.png',toframe:'zhengzhan_mrsl'},//黑龙的吐息
|
||||
// {id:5,cond:{confid:1,openDayArr:[1,4,0]},pic:'img/zhengzhan/img_gldsy.png',toframe:'zhengzhan_mrsl'},//鬼龙的咆哮
|
||||
{ type: 'richang', id: 6, cond: { openlv: 25 }, showlv: 23, pic: 'img/zhengzhan/img_mj.png', pic2: 'img/zhengzhan/img_mj1.png', toframe: 'mijing' }, //秘境
|
||||
//{ type: 'richang', id: 13, cond: { openlv: 27 }, showlv: 25, pic: 'img/zhengzhan/img_yzdel.png', pic2: 'img/zhengzhan/img_yzdel1.png', toframe: 'yongzhedouelong' }, //勇者斗恶龙
|
||||
//{ type: 'richang', id: 7, cond: { openlv: 28 }, showlv: 27, pic: 'img/zhengzhan/img_ybtz.png', pic2: 'img/zhengzhan/img_ybtz1.png', toframe: 'yongbing_tiaozhan' }, //佣兵挑战
|
||||
//{type:'richang',id:9,cond:{openlv:40},showlv:28,pic:'img/img_sjboss.png',pic2:'img/img_sjboss1.png',toframe:'shijieboss'},//世界BOSS
|
||||
{ type: 'pvp', id: 8, cond: { openlv: 40 }, showlv: 30, pic: 'img/zhengzhan/img_kfzb.png', pic2: 'img/zhengzhan/img_kfzb1.png', toframe: 'kuafuzhan' }, //k跨服战
|
||||
//{type:'richang',id:18,cond:{openlv:45},showlv:40,pic:'img/zhengzhan/img_qmlz.png',pic2:'img/zhengzhan/img_qmlz1.png', toframe:'lingzhulaixi'}, //领主来袭
|
||||
{ type: 'pvp', id: 10, cond: { openlv: 45 }, showlv: 40, pic: 'img/zhengzhan/img_kfgh.png', pic2: 'img/zhengzhan/img_kfgh1.png', toframe: 'kuafu_ghz' }, //跨服公会战
|
||||
{ type: 'pvp', id: 14, cond: { openlv: 60 }, showlv: 45, pic: 'img/zhengzhan/img_sgdl.png', pic2: 'img/zhengzhan/img_sgdl1.png', toframe: 'shendianwars' }, //神殿争夺战
|
||||
{ type: 'pvp', id: 12, cond: { openlv: 1 }, showlv: 30, pic: 'img/zhengzhan/img_wzry.png', pic2: 'img/zhengzhan/img_wzry1.png', toframe: 'wangzherongyao' }, //王者荣耀
|
||||
{ type: 'pvp', id: 16, cond: { openlv: 65 }, showlv: 40, pic: 'img/zhengzhan/img_kftt.png', pic2: 'img/zhengzhan/img_kftt1.png', toframe: 'kuafutianti' }, //跨服天梯
|
||||
];
|
||||
G.gc.huodong = G.gc.huodong || {};
|
||||
G.gc.huodong['yunshi'] = {
|
||||
1: { title: L('YUNSHI_1'), prize: [850, 999] },
|
||||
2: { title: L('YUNSHI_2'), prize: [700, 850] },
|
||||
3: { title: L('YUNSHI_3'), prize: [500, 700] }
|
||||
};
|
||||
|
||||
G.gc.maxData = {
|
||||
zhenfa: 20, // 出战阵法等级上限20
|
||||
};
|
||||
|
||||
//装备相关条件配置
|
||||
G.gc.zhuangbei = {
|
||||
jinglian: {
|
||||
need: {
|
||||
color: 4,
|
||||
qhlv: 120
|
||||
}
|
||||
}
|
||||
};
|
||||
G.gc.XILA_SHUZI = ['', 'I', 'II', 'III', 'IV', 'V', 'VI', 'VII', 'VIII', 'IX', 'X'];
|
0
uploader/5fcd93c653f400.txt
Normal file
0
uploader/5fcd93c653f400.txt
Normal file
0
uploader/5fcd9b3ba93450.txt
Normal file
0
uploader/5fcd9b3ba93450.txt
Normal file
0
uploader/5fcd9c6718c200.txt
Normal file
0
uploader/5fcd9c6718c200.txt
Normal file
0
uploader/5fcddc87d91130.txt
Normal file
0
uploader/5fcddc87d91130.txt
Normal file
0
uploader/5fcde4d4ede4b0.txt
Normal file
0
uploader/5fcde4d4ede4b0.txt
Normal file
0
uploader/5fcde6b2b8f500.txt
Normal file
0
uploader/5fcde6b2b8f500.txt
Normal file
0
uploader/5fcf19677a0da0.txt
Normal file
0
uploader/5fcf19677a0da0.txt
Normal file
Loading…
Reference in New Issue
Block a user