mirror of
https://github.com/stardrophere/InsightRadar.git
synced 2026-06-05 23:56:36 +08:00
界面优化
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user