This commit is contained in:
2026-02-24 20:13:27 +08:00
parent 689460193b
commit a281a0e6e2
135 changed files with 442 additions and 18762 deletions

8
src/app/page.tsx Normal file
View File

@@ -0,0 +1,8 @@
import { AppProvider } from './studio/index.tsx';
export default function Home() {
return (
<AppProvider />
);
}