mirror of
https://github.com/RealKai42/qwerty-learner.git
synced 2026-04-05 14:29:04 +08:00
fix: correct some text (#397)
This commit is contained in:
@@ -89,7 +89,7 @@ export default function StarCard() {
|
||||
<div className=" fixed right-1 top-4 flex w-150 flex-col items-center justify-evenly rounded-2xl bg-white p-12 shadow-2xl dark:bg-gray-800">
|
||||
<div className="absolute right-3 top-3">
|
||||
{isCounting && (
|
||||
<span className="m-1.5">
|
||||
<span className="m-1.5 dark:text-gray-100">
|
||||
<span className="text-indigo-600">{countdown}s</span>
|
||||
后自动关闭
|
||||
</span>
|
||||
|
||||
@@ -96,7 +96,7 @@ export default function Switcher() {
|
||||
<FontAwesomeIcon icon={state?.isWordVisible ? 'eye' : 'eye-slash'} fixedWidth />
|
||||
</button>
|
||||
</Tooltip>
|
||||
<Tooltip content="开关释意显示(Ctrl + T)">
|
||||
<Tooltip content="开关释义显示(Ctrl + T)">
|
||||
<button
|
||||
className={`${state?.isTransVisible ? 'text-indigo-400' : 'text-gray-400'} text-lg focus:outline-none`}
|
||||
onClick={(e) => {
|
||||
|
||||
Reference in New Issue
Block a user