-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
350 lines (342 loc) · 15.6 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
<!DOCTYPE html>
<html lang="ko">
<head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-FSX9R0HH1Q"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-FSX9R0HH1Q');
</script>
<meta charset="UTF-8" />
<meta name="viewport" />
<title>주머니 상점 정보</title>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="font.css" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript
><iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-T47T3F7D"
height="0"
width="0"
style="display: none; visibility: hidden"
></iframe
></noscript>
<div id="body-container">
<div id="top-menu">
<!-- End Google Tag Manager (noscript) -->
<div
style="
display: flex;
justify-content: space-between;
flex-wrap: wrap;
"
>
<p id="hiddenParagraph" style="display: none">
최신업데이트시간 241018 1913
</p>
<p
id="next-time"
style="
padding-left: 10px;
font-size: 30px;
font-family: 'Pretendard-Regular';
font-weight: 800;
color: black;
"
></p>
<div style="padding: 3px; display: flex">
<label for="apiKeyInput" style="width: 20%"
>API키</label
>
<input
type="text"
id="apiKeyInput"
placeholder="API 키를 입력하세요"
value=""
/>
</div>
</div>
<hr />
<div class="search" style="display: flex">
<!-- 서버 선택 및 채널 입력 -->
<div style="display: flex; padding: 3px; flex-wrap: wrap">
<label for="serverSelect">서버</label>
<select id="serverSelect">
<option value="류트" selected>류트</option>
<option value="만돌린">만돌린</option>
<option value="하프">하프</option>
<option value="울프">울프</option>
</select>
<div class="tooltip">
<label for="channelInput">채널 </label>
<button id="chanPrevBtn"><</button>
<select
id="channelInput"
style="width: 60px"
></select>
<button id="chanNextBtn">></button>
</div>
</div>
<!-- <div style="padding-left: 30px;"></div> -->
<div style="display: flex; padding: 3px; flex-wrap: wrap">
<div class="tooltip">
<label for="locationSelect">교역소</label>
<button id="prevBtn"><</button>
<select id="locationSelect">
<option value="전체" selected>전체</option>
</select>
<button id="nextBtn">></button>
<span class="tooltiptext gyo"
>특정 교역소만 선택해서 볼 수 있습니다</span
>
</div>
<div class="tooltip">
<label>
<input
type="checkbox"
id="channelingServer"
style="width: auto"
/><span>특정서버 채널링</span>
</label>
<span class="tooltiptext" id="channelingTooltipText"
>체크시 선택한 서버만 채널링합니다</span
>
</div>
<div class="tooltip">
<button id="fetchButton" class="link">검색</button>
<span class="tooltiptext"
>API 키 입력 안하시면 검색이 안됩니다</span
>
</div>
<div class="tooltip">
<label>
<input type="checkbox" id="autoFetchCheckbox" />
자동 실행
</label>
<span class="tooltiptext"
>체크시 초기화 30초 후 자동실행됩니다</span
>
</div>
<div class="tooltip">
<label>
<select
id="autoFetchSound"
style="width: 120px"
>
<option value="none" selected>
알림소리없음
</option>
<option value="jong.mp3">종소리</option>
<option value="hwiparam.mp3">휘파람</option>
<option value="yaong.mp3">야옹</option>
<option value="tarararan.mp3">
실로폰
</option>
</select>
</label>
<span class="tooltiptext"
>자동실행 알림음(선택 시 샘플 소리 재생)</span
>
</div>
</div>
</div>
<!-- 초기값 설정 -->
<hr />
<div class="filterColor" id="filterColorMenu">
<div id="filterInputGroups">
<div id="filterAbove">
<div class="tooltip filterInput">
<label for="filterType"></label>
<input
type="text"
class="colorMemo"
placeholder="메모용"
/>
<select class="filterType">
<option value="anywhere">전체</option>
<option value="outer">겉감</option>
<option value="roman">안감</option>
<option value="inner">로마자</option>
</select>
<input
type="text"
class="colorInput"
placeholder="예: 0, 255, 0"
/>
<span class="tooltiptext">
A겉감B안감C로마자 / RGB값 예시-(0,0,0) |
0/0/0 | 0.0.0 | 0 0 0
</span>
</div>
</div>
<div id="filterBelow"></div>
</div>
<div
class="filterSetting"
style="flex-direction: row; justify-content: flex-start"
>
<div style="display: flex">
<div class="tooltip">
<button id="addInputButton" class="link">
필터추가
</button>
<span class="tooltiptext"
>새로운 필터 추가</span
>
</div>
<label for="toleranceInput">오차 범위</label>
<input
type="text"
id="toleranceInput"
placeholder="오차 범위"
value="10"
style="width: 40px"
/>
<div class="tooltip">
<button id="filterButton" class="link">
필터링
</button>
<span class="tooltiptext"
>필터링 후 한번 더 누르면 필터링 해제</span
>
</div>
<div class="tooltip">
<label>
<input
type="checkbox"
id="autoFilter"
style="width: auto"
/><span id="autoFilterText"
>자동 필터링</span
>
</label>
<span class="tooltiptext"
>체크시 검색 후 자동으로 필터링됩니다</span
>
</div>
</div>
</div>
<hr style="width: 100%" />
</div>
<div style="display: flex; justify-content: center">
<button id="toggleFilterButton">필터링 접기</button>
</div>
</div>
<div id="content">
<div style="align-items: center; text-align: center">
<p>
Data based on NEXON Open API<br />
색상값 by 주머니디코@jumeonidik3038 님 (감사합니다!)<br />
열린 주머니 이미지 by WF 쭈냠냠이@Elatha_Marry_Me 님
(감사합니다!)
</p>
<br />
<br />
<p style="color: red">
새로운 업데이트 ! <br /><br />
자동 실행 후 재생되는 알림음 설정 가능 - 자동 실행 체크
버튼 옆을 보세요<br />
필터링 할 색을 입력하면 색상이 표시됩니다<br />
각 필터마다 간단한 메모를 할 수 있습니다<br />
바꾼 일치값 강조 테두리가 너무 못생겼대서 강조방식을
다시 수정했습니다 ㅜㅜ<br />
색상값을 로마자 주머니 기준으로 A 겉감 B 안감 C 로마자로
수정했습니다 <br />
</p>
<br /><br />
<p id="jyujul">
리셋 후 주머니 데이터가 준비가 되지 않았을 때는 1분 후
자동으로 다시 시도합니다.<br />
</p>
<p style="color: red">
채널링 시 api 호출을 많이 하므로 호출 한계 200만인
[서비스 단계]로 키를 발급받으시는 게 좋습니다. 키
생성방법을 참조하세요.
</p>
<br />
<div
style="
display: flex;
width: 100%;
justify-content: center;
"
>
<div class="tooltip">
<a
class="link"
href="https://x.com/maitipoppop"
target="_blank"
>트위터</a
>
<span class="tooltiptext"
>트위터로 이동합니다.</span
>
</div>
<div class="tooltip">
<a
class="link"
href="https://openapi.nexon.com/ko/my-application/"
target="_blank"
>API 키 생성</a
>
<span class="tooltiptext"
>넥슨api사이트로 이동합니다.</span
>
</div>
<div class="tooltip">
<button class="question-button">
?키 생성방법?
</button>
<span class="tooltiptext">설명용 이미지</span>
</div>
</div>
</div>
</div>
<!-- 모달창 -->
<div id="modal">
<div id="modal-content">
<div id="modal-time"></div>
<span id="modal-close">×</span>
<div id="modal-pouch"></div>
<div id="modal-body"></div>
</div>
</div>
<button id="floatingButton" class="floating-button">↑</button>
</div>
<div
id="channeling-tooltip"
style="
position: absolute;
display: none;
background-color: #333;
color: white;
padding: 5px;
border-radius: 5px;
pointer-events: none;
"
></div>
<div id="notification"></div>
<div id="loadingOverlay">
<div class="spinner"></div>
</div>
<script src="html2canvas.min.js"></script>
<script src="script.min.js"></script>
<script>
document
.getElementById('floatingButton')
.addEventListener('click', function () {
window.scrollTo({ top: 0, behavior: 'smooth' });
});
</script>
</body>
</html>