更新所有最新代码

This commit is contained in:
Xiaoyu 2025-02-18 16:00:10 +08:00
parent 28e15727be
commit 045a1a9172

View File

@ -1,6 +1,6 @@
<script setup lang="ts">
import { ref } from "vue";
import { markRaw } from 'vue';
import { markRaw } from "vue";
import {
Monitor,
DataAnalysis,
@ -29,7 +29,7 @@ const icons = {
Cpu: markRaw(Cpu),
Link: markRaw(Link),
Cellphone: markRaw(Cellphone),
Share: markRaw(Share)
Share: markRaw(Share),
};
const projectInfo = ref({
@ -86,7 +86,7 @@ const projectInfo = ref({
title: "Web前端",
icon: icons.Platform,
items: [
{ name: "Vue 3", desc: "核心框架" },
{ name: "Vue3", desc: "核心框架" },
{ name: "Element Plus", desc: "组件库" },
{ name: "TypeScript", desc: "开发语言" },
{ name: "ECharts", desc: "数据可视化" },