mirror of
https://git.um-react.app/um/um-react.git
synced 2025-11-28 11:33:02 +00:00
refactor: deep link for faq
This commit is contained in:
@@ -2,7 +2,7 @@ import { RiErrorWarningLine } from 'react-icons/ri';
|
||||
|
||||
export function SegmentTryOfficialPlayer({ className = '' }: { className?: string }) {
|
||||
return (
|
||||
<div className={`alert alert-warning ${className}`}>
|
||||
<div className={`alert alert-warning my-2 ${className}`}>
|
||||
<RiErrorWarningLine className="text-2xl" />
|
||||
<p>尝试用下载音乐的设备播放一次看看,如果官方客户端都无法播放,那解锁肯定会失败哦。</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user