initial commit

This commit is contained in:
black_zero
2026-03-01 21:26:34 +08:00
commit 05d5c4016f
38 changed files with 7617 additions and 0 deletions

6
vite.config.ts Normal file
View File

@@ -0,0 +1,6 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
export default defineConfig({
plugins: [react()],
});