feat: 支持按照 BV 号搜索 (#554)

This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2025-12-05 21:52:31 +08:00
committed by GitHub
parent b5ef76b0ed
commit 6391aa67c0
2 changed files with 6 additions and 2 deletions

View File

@@ -185,7 +185,7 @@
<div class="mb-4 flex items-center justify-between">
<SearchBar
placeholder="搜索标题.."
placeholder="搜索视频标题或 BV 号.."
value={$appStateStore.query}
onSearch={(value) => {
setQuery(value);