This commit is contained in:
2025-12-27 20:40:18 +08:00
parent cf815f06fd
commit ee5dfe064d
6 changed files with 1117 additions and 110 deletions

View File

@@ -1,9 +1,6 @@
<script setup lang="ts">
import { ref } from "vue";
import siteConfig from "~/config";
const showMore = ref(false);
const { data: sysInfo } = await useFetch("/sys-info");
const techStack = computed(() => {