-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
136 lines (117 loc) · 6.26 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html>
<head>
<title>KFC-黑科技-云端GPS雷达-4.29全球首发更新</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://unpkg.com/openlayers@4.6.4/dist/ol.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.2/css/bulma.min.css" />
<link rel="stylesheet" href="./app.css" />
<script src="https://unpkg.com/vue/dist/vue.js"></script>
<script src="https://unpkg.com/openlayers"></script>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="projection.js"></script>
<style type="text/css">
<!--
.STYLE1 {
color: #FF0000;
font-size: 14px;
}
.STYLE2 {
color: #FF00FF;
font-size: 14px;
}
.STYLE4 {
font-size: medium;
font-weight: bold;
}
-->
</style>
</head>
<body>
<div id="app">
<div class="sidenav" id="navBox" style="display:none;">
<section class="section">
<h1 class="title STYLE4">4.29-KFC-更新公告</h1>
<h1 class="title STYLE2">修复毒圈刷新</h1>
<h1 class="title STYLE2">修复安全区显示</h1>
<h1 class="title STYLE2">修复物品错位</h1>
<h1 class="title STYLE2">修复敌人消失</h1>
<h1 class="title STYLE2">修复击杀显示</h1>
<h1 class="title STYLE2">修复物品拾取后不消失</h1>
<h1 class="title STYLE2">修复人物视角不准确</h1>
<h1 class="title STYLE2">修复一些小BUG</h1>
<!-- <div class="field is-grouped">
<a class="button is-small">Button</a>
<a class="button is-small">Button2</a>
</div> -->
<label class="label">地图显示</label>
<input type="radio" id="erangel" value="erangel" v-model="mapType"><label for="erangel">老图</label>
<input type="radio" id="miramar" value="miramar" v-model="mapType"><label for="miramar">新图</label>
<br><br>
<label class="label">玩家设置</label>
<input type="checkbox" id="followme" v-model="followMe"><label for="followme">跟随玩家 </label>
<input type="checkbox" id="showbox" v-model="showBox"><label for="showbox">盒子 </label>
<br>
<input type="checkbox" id="showairdrop" v-model="showAirDrop"><label for="showairdrop">空投 </label>
<input type="checkbox" id="showcar" v-model="showCar"><label for="showcar">载具 </label>
<br><br>
<!-- <label class="label" v-on:dblclick="showNoItems">Item Options:</label> -->
<label class="label">物资显示</label>
<input type="checkbox" id="showBack" v-model="showBack"><label for="showBack">背包 </label>
<input type="checkbox" id="showArmor2" v-model="showArmor2"><label for="showArmor2">甲2</label>
<input type="checkbox" id="showArmor3" v-model="showArmor3"><label for="showBack3">甲3 </label>
<br>
<input type="checkbox" id="showHead2" v-model="showHead2"><label for="showHead2">头2</label>
<input type="checkbox" id="showHead3" v-model="showHead3"><label for="showBack3">头3</label>
<br><br>
<input type="checkbox" id="showFirstAid" v-model="showFirstAid"><label for="showFirstAid">急救</label>
<input type="checkbox" id="showMedKit" v-model="showMedKit"><label for="showMedKit">医疗 </label>
<input type="checkbox" id="showDrink" v-model="showDrink"><label for="showDrink">饮料</label>
<br>
<input type="checkbox" id="showGrenade" v-model="showGrenade"><label for="showGrenade">手雷</label>
<input type="checkbox" id="showSmokeBomb" v-model="showSmokeBomb"><label for="showSmokeBomb">烟雾 </label>
<br><br>
<input type="checkbox" id="showLowST" v-model="showLowST"><label for="showLowST">基础镜</label>
<input type="checkbox" id="showHighST" v-model="showHighST"><label for="showHighST">高倍镜</label>
<br>
<input type="checkbox" id="showARCnFH" v-model="showARCnFH"><label for="showARCnFH">步枪头</label>
<input type="checkbox" id="showARSuppressor" v-model="showARSuppressor"><label for="showARSuppressor">步消音</label>
<input type="checkbox" id="showARExtended" v-model="showARExtended"><label for="showARExtended">步扩容</label>
<br>
<input type="checkbox" id="showSRFlashHider" v-model="showSRFlashHider"><label for="showSRFlashHider">狙消焰</label>
<input type="checkbox" id="showSRSuppressor" v-model="showSRSuppressor"><label for="showSRSuppressor">狙消音</label>
<br><br>
<input type="checkbox" id="showM16A4" v-model="showM16A4"><label for="showM16A4">M16</label>
<input type="checkbox" id="showSCAR" v-model="showSCAR"><label for="showSCAR">Scar</label>
<br>
<input type="checkbox" id="showHK416" v-model="showHK416"><label for="showHK416">M416</label>
<input type="checkbox" id="showAK47" v-model="showAK47"><label for="showAK47">Akm</label>
<br>
<input type="checkbox" id="showMini14" v-model="showMini14"><label for="showMini14">Mini</label>
<input type="checkbox" id="showSKS" v-model="showSKS"><label for="showSKS">Sks</label>
<br>
<input type="checkbox" id="showKar98k" v-model="showKar98k"><label for="showKar98k">98k </label>
<input type="checkbox" id="showPan" v-model="showPan"><label for="showPan">平底锅</label>
<hr>
<label class="label">刷新率:</label>
<a class="button is-small" @click="setFPS(15)">FPS5</a>
<a class="button is-small" @click="setFPS(30)">FPS15</a>
<a class="button is-small" @click="setFPS(60)">FPS30</a>
<a class="button is-small" @click="setFPS(5)">FPS60</a>
<br><br>
<!-- <a class="button is-small" @click="toggleRefresh">{{ toggleButtonText }}</a>
<br> -->
<span>游戏开始: {{ gameStartTime }}</span>
<br>
<span>结束: {{ lastPacketTime }}</span>
<br>
<span>{{ coordinate }}</span>
</section>
</div>
<div id="map"></div>
</div>
<div class="menuBox" id="menuBox"></div>
<script src="app.js"></script>
<script src="js.js"></script>
</body>
</html>