feat: Integrate forum layout support across various components and enhance room handling logic

This commit is contained in:
2026-07-06 01:06:20 +10:00
parent d1626e3585
commit c57797ffe4
62 changed files with 6876 additions and 385 deletions

View File

@@ -221,6 +221,7 @@ export default defineConfig({
port: 38347,
host: '0.0.0.0',
cors: true, // Enable CORS for dev server
open: false,
fs: {
// Allow serving files from one level up to the project root
allow: ['..'],