界面优化

This commit is contained in:
stardrophere
2026-03-14 00:35:24 +08:00
parent da00ebb8f2
commit 51ec2f16da
7 changed files with 160 additions and 35 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ const keyword = ref('')
const searchResult = ref<SearchTimelineResponse | null>(null)
const loading = ref(false)
const hours = ref(2)
const searchMode = ref<'exact' | 'semantic' | 'hybrid'>('hybrid')
const searchMode = ref<'exact' | 'semantic' | 'hybrid'>('exact')
const selectedTimeLabel = ref<string | null>(null)
const timeOptions = [