init csharp server

This commit is contained in:
2025-03-29 19:02:18 +08:00
parent cddf92e432
commit 351aad8300
12 changed files with 216 additions and 5 deletions

View File

@@ -1,8 +1,7 @@
<script setup lang="ts">
import { useThemeStore } from './stores/theme';
const theme = useThemeStore()
import { useThemeStore } from "./stores/theme";
const theme = useThemeStore();
</script>
<template>