ProjectWIND/doc/index.html
2024-12-27 15:56:59 +08:00

38 lines
1.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="zh-CN">
<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>
<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>
</header>
<div class="container">
<div class="card">
<h2>开箱即用📦</h2>
<p>多种部署方式,快速部署于 Windows/Linux/macOS 等主流架构平台。</p>
</div>
<div class="card">
<h2>内存轻量🚀</h2>
<p>不依赖框架加载,不依赖 Electron内存占用低至 50-100 MB。</p>
</div>
<div class="card">
<h2>适配快速💻</h2>
<p>使用web ui可视化配置远程管理一键部署。</p>
</div>
</div>
</body>
</html>