feat: add SQLite/PostgreSQL database switching support

This commit is contained in:
tinkle-community
2026-01-01 15:25:30 +08:00
parent 74adedbc64
commit d547863ebb
9 changed files with 442 additions and 49 deletions

View File

@@ -5,6 +5,7 @@ import FooterSection from '../components/landing/FooterSection'
import TerminalHero from '../components/landing/core/TerminalHero'
import LiveFeed from '../components/landing/core/LiveFeed'
import AgentGrid from '../components/landing/core/AgentGrid'
import DeploymentHub from '../components/landing/core/DeploymentHub'
import { useAuth } from '../contexts/AuthContext'
import { useLanguage } from '../contexts/LanguageContext'
@@ -42,6 +43,8 @@ export function LandingPage() {
<AgentGrid />
<DeploymentHub />
<FooterSection language={language} />
{showLoginModal && (