From d97c93cc98e0334b816c3a74514435a1b60397d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Tue, 17 Mar 2026 13:05:37 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=20=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 861fa25..1b7f2fc 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -61,7 +61,7 @@ const products = [ { name: 'RuoYi-Vue-Plus', - version: 'v5.5.3', + version: 'v6.0.0', summary: '面向分布式集群场景的后台管理系统,保持现有业务接口与权限逻辑,适合先完成前端壳升级。', tags: ['Vue 3', 'Element Plus', 'Spring Boot', 'Sa-Token'], primaryLabel: '访问 GitHub', @@ -71,12 +71,12 @@ const products = [ }, { name: 'RuoYi-Cloud-Plus', - version: 'v2.5.3', + version: 'v3.0.0', summary: '微服务通用权限管理系统,适合更复杂的服务治理场景,也可以沿用同样的前端升级思路。', tags: ['Spring Cloud', 'Gateway', 'Nacos', 'Dubbo'], primaryLabel: '访问 GitHub', primaryUrl: 'https://github.com/dromara/RuoYi-Cloud-Plus', - secondaryLabel: '查看文档', + secondaryLabel: '查看更新日志', secondaryUrl: 'https://plus-doc.dromara.org/#/ruoyi-cloud-plus/changlog' } ]; @@ -84,7 +84,7 @@ const products = [ const capabilityGroups = [ { title: '后端基建', - items: ['Spring Boot / Spring Cloud', 'Sa-Token 认证与权限', 'MySQL / Redis', '代码生成器与国际化'] + items: ['Spring Boot / Spring Cloud', 'Sa-Token 认证与权限', 'MySQL / Redis', '代码生成器'] }, { title: '平台能力', @@ -92,7 +92,7 @@ const capabilityGroups = [ }, { title: '前端方向', - items: ['UI 壳层重构', '主题与布局统一', '通用页面容器规范化', '逐模块迁移业务页'] + items: ['UI 卡片化', '主题与布局统一', '通用页面容器规范化', '企业化布局'] } ];