首页默认通知
parent
230b51fd25
commit
7d419c4869
|
|
@ -277,24 +277,6 @@ const getProject = async () => {
|
||||||
let notice = reactive<Notice[]>([])
|
let notice = reactive<Notice[]>([])
|
||||||
const getNotice = async () => {
|
const getNotice = async () => {
|
||||||
const data = [
|
const data = [
|
||||||
{
|
|
||||||
title: '系统支持 JDK 8/17/21,Vue 2/3',
|
|
||||||
type: '技术兼容性',
|
|
||||||
keys: ['JDK', 'Vue'],
|
|
||||||
date: new Date()
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: '后端提供 Spring Boot 2.7/3.2 + Cloud 双架构',
|
|
||||||
type: '架构灵活性',
|
|
||||||
keys: ['Boot', 'Cloud'],
|
|
||||||
date: new Date()
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: '全部开源,个人与企业可 100% 直接使用,无需授权',
|
|
||||||
type: '开源免授权',
|
|
||||||
keys: ['无需授权'],
|
|
||||||
date: new Date()
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: '国内使用最广泛的快速开发平台,远超 10w+ 企业使用',
|
title: '国内使用最广泛的快速开发平台,远超 10w+ 企业使用',
|
||||||
type: '广泛企业认可',
|
type: '广泛企业认可',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue