feat: SEO audit export, default Vibe Architect, /vibe route (v2.0.0)

This commit is contained in:
admin
2026-03-18 21:34:13 +00:00
Unverified
parent 0e22495ff7
commit fcb3c04bbc
5 changed files with 300 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ const HistoryPanel = dynamic(() => import("@/components/HistoryPanel"), { ssr: f
const SettingsPanel = dynamic(() => import("@/components/SettingsPanel"), { ssr: false });
export default function Home() {
const [currentView, setCurrentView] = useState<View>("enhance");
const [currentView, setCurrentView] = useState<View>("ai-assist");
useEffect(() => {
console.log("[Home] Initializing Qwen OAuth service on client...");