Skip to content

Commit 25dfe47

Browse files
committed
docs: cache-bust README screenshot urls
1 parent 3692ddb commit 25dfe47

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ If you need to switch the browser UA, you can take a look at this project: [User
3333
<table>
3434
<tr>
3535
<td>
36-
<img src="docs/screenshots/popup-cn-light.png" alt="CN_Light">
36+
<img src="docs/screenshots/popup-cn-light.png?v=2" alt="CN_Light">
3737
</td>
3838
<td>
39-
<img src="docs/screenshots/popup-en-dark.png" alt="EN_Dark">
39+
<img src="docs/screenshots/popup-en-dark.png?v=2" alt="EN_Dark">
4040
</td>
4141
</tr>
4242
</table>

docs/README/README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ MultiLangSwitcher 是一个 Chromium 内核浏览器扩展,帮助用户快速
3636
<table>
3737
<tr>
3838
<td>
39-
<img src="../screenshots/popup-cn-light.png" alt="CN_Light">
39+
<img src="../screenshots/popup-cn-light.png?v=2" alt="CN_Light">
4040
</td>
4141
<td>
42-
<img src="../screenshots/popup-en-dark.png" alt="EN_Dark">
42+
<img src="../screenshots/popup-en-dark.png?v=2" alt="EN_Dark">
4343
</td>
4444
</tr>
4545
</table>

0 commit comments

Comments
 (0)