perf: 优化主题色配置以及暗色模式的文本辨识度

This commit is contained in:
Montia37
2025-09-08 10:04:04 +08:00
parent b9ca8d5454
commit 5dc65c9cba
24 changed files with 112 additions and 90 deletions

View File

@@ -73,7 +73,11 @@ export const AppContent = () => {
<Route
path="/"
element={
<HomePage viewMode={viewMode} searchTerm={searchTerm} />
<HomePage
viewMode={viewMode}
searchTerm={searchTerm}
setSearchTerm={setSearchTerm}
/>
}
/>
<Route path="/instance/:uuid" element={<InstancePage />} />