MVP 界面: 会话树 + 标签页 + 终端面板 + 暗色主题

This commit is contained in:
XTerminal
2026-05-22 03:56:31 +00:00
parent 240753769c
commit c13c16660a
13 changed files with 390 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
server: { port: 3000 }
})