This repository was archived by the owner on Dec 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.html
More file actions
81 lines (77 loc) · 3.7 KB
/
Copy pathplugin.html
File metadata and controls
81 lines (77 loc) · 3.7 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./icon.png">
<meta name="keywords" content="fcl,foldcraftlauncher插件,启动器插件,minecraft启动器,fcl启动器插件,fcl插件,fcl插件下载">
<meta name="description" content="欢迎访问Fold Craft Launcher (简称fcl启动器)插件下载!在此页提供迄今为止提供的所有插件,别忘记划到底哦~">
<title>FCL启动器插件下载页</title>
<link href="static/css/plugin.css" rel="stylesheet">
</head>
<body>
<nav class="navbar">
<div class="nav-container">
<div class="nav-logo">
<a href="index.html">
<img src="./icon.png" alt="FCL Logo" class="nav-logo-img">
<span>FCL启动器</span>
</a>
</div>
<div class="nav-right">
<div class="nav-links">
<a href="index.html">首页</a>
<a href="download.html">下载</a>
<a href="plugin.html" class="active">插件</a>
</div>
<div class="nav-controls">
<button class="theme-toggle" aria-label="切换主题">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
</svg>
<span>深色模式</span>
</button>
<div class="nav-toggle">
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
</div>
</nav>
<main class="main-content">
<h1>FCL启动器插件下载</h1>
<div class="plugins-container">
<div class="plugin-card">
<img src="plugins/1/icon.png" alt="旧版Holy" class="plugin-icon">
<div class="plugin-info">
<h2 class="plugin-name">旧版Holy V1.0</h2>
<p class="plugin-desc">可以运行1.16.5的机械动力。</p>
<div class="plugin-meta">
<span class="plugin-version">版本: 1.0</span>
<span class="plugin-size">大小: 2.5MB</span>
</div>
<a href="plugins/1/[FCL插件]旧版Holy(可以运行1.16.5的机械动力).apk" class="download-btn">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
<polyline points="7 10 12 15 17 10"></polyline>
<line x1="12" y1="15" x2="12" y2="3"></line>
</svg>
下载插件
</a>
</div>
</div>
<!-- 可以继续添加更多插件卡片 -->
</div>
</main>
<footer class="footer-area">
<div class="footer-copyright">
<p>2024 网站版权由 @柠枺 所有。</p>
<p><a href="https://github.com/ning-g-mo/foldcraftlauncher.cn" target="_blank">查看网站源码</a></p>
<p>网站由 <a href="https://www.rainyun.com/NTMxNzI=" target="_blank">雨云CDN</a> 提供加速支持</p>
<p><a href="赞助/赞助柠枺.png">赞助网站</a></p>
</div>
</footer>
<script src="static/js/plugin.js"></script>
</body>