Merge pull request 'feat: 添加 PostgreSQL 服务并挂载数据库迁移脚本' #101

Merged
huanghaosheng merged 55 commits from develop into main 2026-06-14 19:25:37 +08:00
Showing only changes of commit da8818c3be - Show all commits

View File

@@ -102,9 +102,9 @@ function AppContent() {
<span className="header__subtitle">{tr("app.title")}</span>
</div>
<div className="header__right">
{isConnected && (stats.queryCount > 0 || stats.totalTokens > 0) && (
{isConnected && stats.queryCount > 0 && (
<span className="header__stats">
{stats.queryCount} {tr("app.stats.requests")} · {stats.totalTokens} tokens
{stats.queryCount} {tr("app.stats.requests")}
</span>
)}
<span className={`badge badge--${connectionStatus}`}>