feat: add resources

This commit is contained in:
2025-03-18 13:10:40 +08:00
parent cc76842582
commit 25def8c245
31 changed files with 1432 additions and 119 deletions

View File

@@ -1,4 +1,3 @@
import { createRoot } from 'react-dom/client';
import { App } from './App.tsx';
import { bootstrap } from './Bootstrap';
createRoot(document.getElementById('ai-root')!).render(<App />);
bootstrap('#ai-root');