mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2026-02-04 06:55:52 +08:00
【fix】官网描述调整
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
[add] 服务上架dockerhub
|
||||
|
||||
#### 1.3.4-JDK24
|
||||
[fix]支持Mac平台应用安装
|
||||
[fix]支持Mac平台应用安装,默认wlcn-client、wlcn-server 使用本地h2作为数据存储
|
||||
[fix]UI优化
|
||||
[add]添加区域管理
|
||||
[add]默认客户端ID为当前设备唯一标识
|
||||
|
||||
@@ -237,5 +237,5 @@ CMD ["nginx", "-g", "daemon off;"]
|
||||
---
|
||||
|
||||
**版本**: 1.0.0
|
||||
**更新时间**: 2024年12月
|
||||
**更新时间**: 2025年8月
|
||||
**维护者**: 吴佳伟
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "wu-lazy-cloud-network-website",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.3",
|
||||
"description": "Wu-Lazy-Cloud-Network 官方网站",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
@@ -19,6 +19,10 @@
|
||||
</nav>
|
||||
|
||||
<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">
|
||||
<el-icon><Platform /></el-icon>
|
||||
Gitee
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
|
||||
<div class="intro-stats">
|
||||
<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>
|
||||
<div class="stat-item">
|
||||
@@ -239,8 +239,8 @@
|
||||
<div class="timeline-item completed">
|
||||
<div class="timeline-marker"></div>
|
||||
<div class="timeline-content">
|
||||
<h3>v1.3.1 (当前版本)</h3>
|
||||
<p class="timeline-date">2024年12月</p>
|
||||
<h3>v1.3.3 (当前版本)</h3>
|
||||
<p class="timeline-date">2025年8月</p>
|
||||
<ul>
|
||||
<li>升级到 JDK 24 和 Spring Boot 3.5.0</li>
|
||||
<li>优化网络性能和稳定性</li>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
<div class="version-details">
|
||||
<div class="detail-item">
|
||||
<span class="label">发布日期</span>
|
||||
<span class="value">2024年12月</span>
|
||||
<span class="value">2025年8月</span>
|
||||
</div>
|
||||
<div class="detail-item">
|
||||
<span class="label">JDK 版本</span>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
</div>
|
||||
<div class="hero-stats">
|
||||
<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>
|
||||
<div class="stat-item">
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user