first commit

This commit is contained in:
2026-04-14 15:06:26 +08:00
commit 9ee0c6c597
582 changed files with 61051 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<script setup lang="ts">
import { version } from '../../../../package.json'
</script>
<template>
<span
style="
display: inline-block;
padding: 0px 8px;
margin-left: 4px;
font-size: 10px;
font-weight: 700;
color: var(--vp-button-brand-text);
background-color: var(--vp-button-brand-bg);
border-radius: 16px;
"
>
{{ version }}
</span>
</template>