adjust dark mode and layout

This commit is contained in:
鲁树人
2025-05-18 23:18:01 +09:00
parent 6cb1f9f87f
commit 3ab73d8369
16 changed files with 53 additions and 45 deletions

View File

@@ -10,7 +10,7 @@ export function KugouFAQ() {
<p>
<code>kgg</code> Windows
</p>
<p></p>
<p className="my-4"></p>
<div className="p-2 @container">
<div className="alert alert-warning">

View File

@@ -11,7 +11,7 @@ export function KuwoFAQ() {
<>
<Header4></Header4>
<SegmentTryOfficialPlayer />
<p>
<p className="my-4">
<HiWord></HiWord>
<VQuote>
<strong></strong>
@@ -22,10 +22,10 @@ export function KuwoFAQ() {
</VQuote>
</p>
<p></p>
<p>PC平台暂未推出使用新版加密的音质</p>
<p className="my-4"></p>
<p className="my-4">PC平台暂未推出使用新版加密的音质</p>
<div className="alert alert-warning">
<div className="alert alert-warning mb-4">
<RiErrorWarningLine className="text-2xl" />
<div>
<p> root </p>

View File

@@ -50,8 +50,8 @@ export function OtherFAQ() {
root 使
使 NFC
</p>
<p>使</p>
<p>
<p className="my-2">使</p>
<p className="my-2">
root 便
<VQuote>
<ExtLink href="https://mumu.163.com/"> MuMu 12</ExtLink>

View File

@@ -7,8 +7,8 @@ export function QQMusicFAQ() {
<>
<Header4></Header4>
<SegmentTryOfficialPlayer />
<p></p>
<p className="mb-2">
<p className="my-4"></p>
<p className="mb-4">
<strong></strong>使
</p>

View File

@@ -16,7 +16,7 @@ export function SegmentKeyImportInstructions({
}: SegmentKeyImportInstructionsProps) {
return (
<>
<p></p>
<p className="mt-2"></p>
<ol className="list-decimal pl-5">
<li>
<SegmentTopNavSettings />
@@ -28,7 +28,7 @@ export function SegmentKeyImportInstructions({
<SegmentAddKeyDropdown />
</li>
<li>
<p>{keyInstructionText}</p>
<p className="mb-2">{keyInstructionText}</p>
{clientInstructions}
</li>
</ol>

View File

@@ -1,8 +1,8 @@
import { RiErrorWarningLine } from 'react-icons/ri';
export function SegmentTryOfficialPlayer() {
export function SegmentTryOfficialPlayer({ className = '' }: { className?: string }) {
return (
<div className="alert alert-warning">
<div className={`alert alert-warning ${className}`}>
<RiErrorWarningLine className="text-2xl" />
<p></p>
</div>