This commit is contained in:
selfrelease
2025-12-22 16:49:58 +08:00
parent e9822f5c92
commit 639344dc45
46 changed files with 2015 additions and 5170 deletions
+1 -1
View File
@@ -479,7 +479,7 @@ export function SiteHeader() {
<Search className="absolute left-3 top-1/2 -translate-y-1/2 h-4 w-4 text-muted-foreground" />
<Input
type="search"
placeholder="搜索成员..."
placeholder="搜索成员(支持拼音)..."
value={searchQuery}
onChange={(e) => handleSearch(e.target.value)}
className="h-9 w-56 xl:w-64 rounded-lg bg-muted/50 pl-9 text-sm border-0 focus-visible:ring-1 focus-visible:ring-primary/50"