更新README
This commit is contained in:
40
README.md
40
README.md
@@ -1,31 +1,7 @@
|
||||
|
||||
<style>
|
||||
.container {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.box {
|
||||
flex: 1;
|
||||
padding: 10px;
|
||||
border-right: 1px solid #ccc;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.box:last-child {
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.icon {
|
||||
font-size: 24px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
# Fast Web
|
||||
# Fast Web 网站服务
|
||||
|
||||
|
||||
Fast Web 是一个网站服务程序,以快速开发、部署简单为理念,旨在简化复杂的部署和环境配置,使开发者能够迅速启动并运行他们的网站。
|
||||
@@ -37,21 +13,21 @@ Fast Web 是一个网站服务程序,以快速开发、部署简单为理念
|
||||
- **开源共建**:欢迎开发者贡献代码,参与项目共建,推动Fast Web的发展
|
||||
<br>
|
||||
|
||||
<div class="container">
|
||||
<div class="box">
|
||||
<div class="icon">⚡</div>
|
||||
<div style="display: flex;justify-content: space-around;margin-top: 20px;">
|
||||
<div style="flex: 1;padding: 10px;border-right: 1px solid #ccc;text-align: center;">
|
||||
<div style="font-size: 24px;margin-bottom: 10px;">⚡</div>
|
||||
<h3>立即开始</h3>
|
||||
<p>无论您是编程新手还是经验丰富的开发人员,学习和使用 Fast Web 都很容易。</p>
|
||||
<p><a href="https://fw.newobj.org/doc/">从我们的新手指南开始</a></p>
|
||||
</div>
|
||||
<div class="box">
|
||||
<div class="icon">⬇️</div>
|
||||
<div style="flex: 1;padding: 10px;border-right: 1px solid #ccc;text-align: center;">
|
||||
<div style="font-size: 24px;margin-bottom: 10px;">⬇️</div>
|
||||
<h3>下载</h3>
|
||||
<p>所有版本的 Fast Web 源代码和安装程序均可供下载!</p>
|
||||
<p>最新版:<a href="https://fw.newobj.org/download/">点击下载</a></p>
|
||||
</div>
|
||||
<div class="box">
|
||||
<div class="icon">📄</div>
|
||||
<div style="flex: 1;padding: 10px;border-right: 1px solid #ccc;text-align: center;">
|
||||
<div style="font-size: 24px;margin-bottom: 10px;">📄</div>
|
||||
<h3>文档</h3>
|
||||
<p>Fast Web 标准库的文档以及教程和指南都可以在线获取。</p>
|
||||
<p><a href="https://fw.newobj.org/doc/">文档中心</a></p>
|
||||
|
||||
Reference in New Issue
Block a user