feat: add lighthouse and fifth-domain entry flow

This commit is contained in:
冰朔 2026-08-10 00:52:54 +08:00
commit a35d61e227
12 changed files with 1056 additions and 3 deletions

View file

@ -3,6 +3,7 @@ import ReactDOM from 'react-dom/client';
import App from './App';
import './styles/app.css';
import './styles/workspace-0.7.1.css';
import './styles/world-entry.css';
ReactDOM.createRoot(document.getElementById('root')!).render(
<React.StrictMode>