Merge branch 'main' into loginPage

This commit is contained in:
choizhang
2025-03-11 23:57:03 +08:00
39 changed files with 1702 additions and 531 deletions

View File

@@ -2,6 +2,8 @@ import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client'
import './index.css'
import AppRouter from './AppRouter'
import "./i18n";
createRoot(document.getElementById('root')!).render(
<StrictMode>