補上歷史戰績列表與 NAS 部署說明

This commit is contained in:
2026-04-15 23:04:16 +08:00
parent 7fc8e2698b
commit b0908b4d3c
8 changed files with 472 additions and 72 deletions

View File

@@ -511,7 +511,7 @@ function App() {
/>
}
/>
<Route path="/history" element={<HistoryPage history={history} />} />
<Route path="/history" element={<HistoryPage />} />
</Routes>
</div>
)