+
+
setKeyword(e.target.value)}
+ onKeyDown={(e) => e.key === 'Enter' && submit()}
+ className="w-full bg-transparent border-none outline-none focus:outline-none focus:ring-0 text-[14px] py-2 text-black dark:text-white placeholder-[rgba(0,0,0,0.4)] dark:placeholder-[rgba(255,255,255,0.4)]"
+ placeholder="搜索歌曲或艺术家..."
+ />
+
+
+
+
+
+
+ {showSourceMenu && (
+ <>
+