-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (32 loc) · 1.22 KB
/
Copy pathindex.html
File metadata and controls
37 lines (32 loc) · 1.22 KB
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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>悯月 · 极致高清分组系统 v3.0</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="orientation-gate">
<div class="gate-icon">🔄</div>
<p class="gate-msg">请旋转手机,进入“悯月”横屏视界</p>
</div>
<div class="app-main hidden">
<div class="col-input">
<h1 class="glow-title">悯月</h1>
<p class="sys-tag">MIN YUE SYSTEM V3</p>
<div class="input-panel">
<textarea id="playerInput" placeholder="在此粘贴群名单... (系统会自动清洗干扰字符)"></textarea>
</div>
<button id="groupBtn" class="action-btn">生成随机对阵 (5V5)</button>
</div>
<div class="col-result">
<div id="resultOutput" class="result-area">
<p class="placeholder-text">等待对阵生成...</p>
</div>
</div>
</div>
<script src="parser.js"></script>
<script src="script.js"></script>
</body>
</html>