feat: 支持按照 BV 号搜索 (#554)
This commit is contained in:
@@ -185,7 +185,7 @@
|
||||
|
||||
<div class="mb-4 flex items-center justify-between">
|
||||
<SearchBar
|
||||
placeholder="搜索标题.."
|
||||
placeholder="搜索视频标题或 BV 号.."
|
||||
value={$appStateStore.query}
|
||||
onSearch={(value) => {
|
||||
setQuery(value);
|
||||
|
||||
Reference in New Issue
Block a user