Skip to content

Commit

Permalink
Fix the issue that dark mode in readme is not working
Browse files Browse the repository at this point in the history
  • Loading branch information
hefengxian committed Apr 22, 2024
1 parent 92a26ba commit dfea3c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,19 @@
- 原书音频

词列表

<picture>
<source media="(prefers-color-scheme: dark)" srcset="public/screenshot/screenshot-vocabulary-dark.png">
<source media="(prefers-color-scheme: light)" srcset="public/screenshot/screenshot-vocabulary-light.png">
<img alt="Vocabulary" src="public/screenshot/screenshot-vocabulary-light.png">
</picture>

练习模式

<picture>
<source media="(prefers-color-scheme: dark)" srcset="public/screenshot/screenshot-vocabulary-training-mode-dark.png">
<source media="(prefers-color-scheme: light)" srcset="public/screenshot/screenshot-vocabulary-training-mode-light.png">
<img alt="Vocabulary" src="public/screenshot/screenshot-vocabulary-training-mode-light.png">
<img alt="Vocabulary Training Mode" src="public/screenshot/screenshot-vocabulary-training-mode-light.png">
</picture>

### 语法
Expand Down

0 comments on commit dfea3c1

Please sign in to comment.