2024-12-12 15:11:31 +08:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="zh-CN">
|
2024-12-14 17:51:09 +08:00
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
<title>WIND</title>
|
|
|
|
|
<link rel="stylesheet" href="styles.css">
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<header>
|
2024-12-27 15:56:59 +08:00
|
|
|
|
<div class="container">
|
|
|
|
|
<div>
|
|
|
|
|
<h1>Wind</h1>
|
|
|
|
|
<p>Wind is not dice</p>
|
|
|
|
|
<p>一个简单易用的bot框架</p>
|
|
|
|
|
<a href="./developer_doc.html" class="button">查看手册</a>
|
|
|
|
|
<a href="#" class="button">GitHub</a>
|
|
|
|
|
</div>
|
|
|
|
|
<img class="logo" src="../icon.png" alt="logo" width="256">
|
|
|
|
|
</div>
|
2024-12-14 17:51:09 +08:00
|
|
|
|
</header>
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="card">
|
2024-12-27 15:56:59 +08:00
|
|
|
|
<h2>开箱即用📦</h2>
|
2024-12-14 17:51:09 +08:00
|
|
|
|
<p>多种部署方式,快速部署于 Windows/Linux/macOS 等主流架构平台。</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="card">
|
2024-12-27 15:56:59 +08:00
|
|
|
|
<h2>内存轻量🚀</h2>
|
2024-12-14 17:51:09 +08:00
|
|
|
|
<p>不依赖框架加载,不依赖 Electron,内存占用低至 50-100 MB。</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="card">
|
2024-12-27 15:56:59 +08:00
|
|
|
|
<h2>适配快速💻</h2>
|
2024-12-14 17:51:09 +08:00
|
|
|
|
<p>使用web ui可视化配置,远程管理,一键部署。</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|