初始化

This commit is contained in:
2026-03-02 08:31:49 +08:00
commit d8ae21ced4
582 changed files with 66532 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>