更新所有最新代码
This commit is contained in:
parent
28e15727be
commit
045a1a9172
@ -1,6 +1,6 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ref } from "vue";
|
import { ref } from "vue";
|
||||||
import { markRaw } from 'vue';
|
import { markRaw } from "vue";
|
||||||
import {
|
import {
|
||||||
Monitor,
|
Monitor,
|
||||||
DataAnalysis,
|
DataAnalysis,
|
||||||
@ -29,7 +29,7 @@ const icons = {
|
|||||||
Cpu: markRaw(Cpu),
|
Cpu: markRaw(Cpu),
|
||||||
Link: markRaw(Link),
|
Link: markRaw(Link),
|
||||||
Cellphone: markRaw(Cellphone),
|
Cellphone: markRaw(Cellphone),
|
||||||
Share: markRaw(Share)
|
Share: markRaw(Share),
|
||||||
};
|
};
|
||||||
|
|
||||||
const projectInfo = ref({
|
const projectInfo = ref({
|
||||||
@ -86,7 +86,7 @@ const projectInfo = ref({
|
|||||||
title: "Web前端",
|
title: "Web前端",
|
||||||
icon: icons.Platform,
|
icon: icons.Platform,
|
||||||
items: [
|
items: [
|
||||||
{ name: "Vue 3", desc: "核心框架" },
|
{ name: "Vue3", desc: "核心框架" },
|
||||||
{ name: "Element Plus", desc: "组件库" },
|
{ name: "Element Plus", desc: "组件库" },
|
||||||
{ name: "TypeScript", desc: "开发语言" },
|
{ name: "TypeScript", desc: "开发语言" },
|
||||||
{ name: "ECharts", desc: "数据可视化" },
|
{ name: "ECharts", desc: "数据可视化" },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user