Merge pull request 'feat: 添加 PostgreSQL 服务并挂载数据库迁移脚本' #101
@@ -69,7 +69,6 @@ function AppContent() {
|
|||||||
stats,
|
stats,
|
||||||
mode,
|
mode,
|
||||||
isObserving,
|
isObserving,
|
||||||
toggleMode,
|
|
||||||
startSession,
|
startSession,
|
||||||
stopSession,
|
stopSession,
|
||||||
interrupt,
|
interrupt,
|
||||||
@@ -292,12 +291,6 @@ function AppContent() {
|
|||||||
>
|
>
|
||||||
🎤
|
🎤
|
||||||
</button>
|
</button>
|
||||||
<button
|
|
||||||
className={`btn ${mode === "observation" ? "btn--active" : "btn--secondary"}`}
|
|
||||||
onClick={toggleMode}
|
|
||||||
>
|
|
||||||
{mode === "observation" ? tr("controls.observing") : tr("controls.observation")}
|
|
||||||
</button>
|
|
||||||
{isProcessing && (
|
{isProcessing && (
|
||||||
<button className="btn btn--warning" onClick={interrupt}>
|
<button className="btn btn--warning" onClick={interrupt}>
|
||||||
{tr("controls.interrupt")}
|
{tr("controls.interrupt")}
|
||||||
|
|||||||
Reference in New Issue
Block a user