【fix】官网描述调整

This commit is contained in:
macbookpro
2025-08-10 19:00:40 +08:00
parent eab0dacaa9
commit 0aaf8a47ec
8 changed files with 31 additions and 8 deletions

View File

@@ -50,7 +50,7 @@
[add] 服务上架dockerhub [add] 服务上架dockerhub
#### 1.3.4-JDK24 #### 1.3.4-JDK24
[fix]支持Mac平台应用安装 [fix]支持Mac平台应用安装默认wlcn-client、wlcn-server 使用本地h2作为数据存储
[fix]UI优化 [fix]UI优化
[add]添加区域管理 [add]添加区域管理
[add]默认客户端ID为当前设备唯一标识 [add]默认客户端ID为当前设备唯一标识

View File

@@ -237,5 +237,5 @@ CMD ["nginx", "-g", "daemon off;"]
--- ---
**版本**: 1.0.0 **版本**: 1.0.0
**更新时间**: 2024年12 **更新时间**: 2025年8
**维护者**: 吴佳伟 **维护者**: 吴佳伟

View File

@@ -1,6 +1,6 @@
{ {
"name": "wu-lazy-cloud-network-website", "name": "wu-lazy-cloud-network-website",
"version": "1.3.1", "version": "1.3.3",
"description": "Wu-Lazy-Cloud-Network 官方网站", "description": "Wu-Lazy-Cloud-Network 官方网站",
"private": true, "private": true,
"scripts": { "scripts": {

View File

@@ -19,6 +19,10 @@
</nav> </nav>
<div class="header-actions"> <div class="header-actions">
<a href="http://demo-wlcn.wu-framework.cn/wlcn/index.html#/login" target="_blank" class="btn btn-outline">
<el-icon><Platform /></el-icon>
体验地址
</a>
<a href="https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network" target="_blank" class="btn btn-outline"> <a href="https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network" target="_blank" class="btn btn-outline">
<el-icon><Platform /></el-icon> <el-icon><Platform /></el-icon>
Gitee Gitee

View File

@@ -51,7 +51,7 @@
<div class="intro-stats"> <div class="intro-stats">
<div class="stat-item"> <div class="stat-item">
<div class="stat-number">1.3.1</div> <div class="stat-number">1.3.3</div>
<div class="stat-label">当前版本</div> <div class="stat-label">当前版本</div>
</div> </div>
<div class="stat-item"> <div class="stat-item">
@@ -239,8 +239,8 @@
<div class="timeline-item completed"> <div class="timeline-item completed">
<div class="timeline-marker"></div> <div class="timeline-marker"></div>
<div class="timeline-content"> <div class="timeline-content">
<h3>v1.3.1 (当前版本)</h3> <h3>v1.3.3 (当前版本)</h3>
<p class="timeline-date">202412</p> <p class="timeline-date">20258</p>
<ul> <ul>
<li>升级到 JDK 24 Spring Boot 3.5.0</li> <li>升级到 JDK 24 Spring Boot 3.5.0</li>
<li>优化网络性能和稳定性</li> <li>优化网络性能和稳定性</li>

View File

@@ -25,7 +25,7 @@
<div class="version-details"> <div class="version-details">
<div class="detail-item"> <div class="detail-item">
<span class="label">发布日期</span> <span class="label">发布日期</span>
<span class="value">202412</span> <span class="value">20258</span>
</div> </div>
<div class="detail-item"> <div class="detail-item">
<span class="label">JDK 版本</span> <span class="label">JDK 版本</span>

View File

@@ -26,7 +26,7 @@
</div> </div>
<div class="hero-stats"> <div class="hero-stats">
<div class="stat-item"> <div class="stat-item">
<div class="stat-number">1.3.1</div> <div class="stat-number">1.3.3</div>
<div class="stat-label">当前版本</div> <div class="stat-label">当前版本</div>
</div> </div>
<div class="stat-item"> <div class="stat-item">

View File

@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<!-- 背景圆形 -->
<circle cx="50" cy="50" r="45" fill="#2563eb" />
<!-- 网络信号图标 -->
<path d="M25,75 Q50,45 75,75 M35,75 Q50,55 65,75 M45,75 Q50,65 55,75" fill="none" stroke="white" stroke-width="5" stroke-linecap="round" />
<!-- 中央连接点 -->
<circle cx="50" cy="75" r="5" fill="white" />
<!-- 计算机屏幕 -->
<rect x="35" y="25" width="30" height="20" rx="2" fill="white" stroke="#1e40af" stroke-width="2" />
<rect x="38" y="28" width="24" height="14" fill="#1e40af" />
<!-- 计算机底座 -->
<rect x="43" y="45" width="14" height="3" fill="#1e40af" />
<rect x="46" y="48" width="8" height="2" fill="#1e40af" />
</svg>

After

Width:  |  Height:  |  Size: 750 B