forked from wuw111/wuw111.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtools.html
More file actions
60 lines (55 loc) · 2.26 KB
/
tools.html
File metadata and controls
60 lines (55 loc) · 2.26 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="U-craftBE 服务器实用工具">
<title>服务器工具 - U-craftBE</title>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/tools.css">
<link rel="shortcut icon" href="textures/favicon.png" type="image/png">
</head>
<body>
<nav class="navbar">
<div class="navbar-container">
<h1 class="logo">
<a href="index.html">U-craftBE 服务器</a>
</h1>
<ul class="nav-menu">
<li><a href="version.html">客户端</a></li>
<li><a href="tools.html">工具</a></li>
<li><a href="about.html">关于</a></li>
</ul>
</div>
</nav>
<section class="tools-hero">
<h1>服务器工具</h1>
<p>专为U-craftBE玩家设计的实用工具,提升游戏体验</p>
</section>
<main class="content-container">
<div class="tool-wrapper">
<article class="tool-card">
<h2>Home传送点计算器</h2>
<p>
此工具可帮助您精确计算在不同坐标之间传送所需的金币数量。只需输入起始位置与目标位置的坐标,即可快速得出消耗,方便您规划游戏内的资源分配与传送策略。
</p>
<p>
计算规则严格遵循服务器内设定,确保结果准确可靠。
</p>
<a href="home.html" class="tool-button">打开计算器</a>
</article>
<div class="page-actions">
<a href="index.html" class="back-link">返回服务器首页</a>
</div>
<div class="hidden-feature">
<div class="hidden-link">
<a href="ydog01/index.html" title="探索更多">检查更新</a>
</div>
</div>
</div>
</main>
<script src="js/jquery.js"></script>
<script src="js/main.js"></script>
<script src="js/tools.js"></script>
</body>
</html>