refactor: batch 2

This commit is contained in:
鲁树人
2025-05-17 11:20:52 +09:00
parent 246ba48135
commit 75b43e1e84
16 changed files with 384 additions and 272 deletions

View File

@@ -1,10 +1,16 @@
import { Text } from '@chakra-ui/react';
export function InstructionsPC() {
return (
<>
<Text>使 Windows 19.51 </Text>
<Text>使 Windows 19.57 </Text>
<p>
使 <span className="text-primary">19.51 </span>
<mark></mark>
</p>
<p className="mt-2">
使 <span className="text-error">19.57 </span>
<mark></mark>
<br />
</p>
</>
);
}