Merge branch 'master' into blog-content

This commit is contained in:
ClovertaTheTrilobita 2026-04-01 16:59:31 +03:00
commit 2bbde5fd5e
6 changed files with 16 additions and 4 deletions

View file

@ -14,7 +14,13 @@
<br>
<img width="1459" height="885" alt="image" src="https://github.com/user-attachments/assets/12f31a2e-1c92-4d41-be16-b7a6b73b7826" />
<p align="center">
<img
src="./docs/preview-en.png"
alt="preview-en"
style="max-width: 700px; width: 100%; height: auto;"
/>
</p>
<br>

View file

@ -15,7 +15,13 @@
<br>
<img width="1530" height="887" alt="image" src="https://github.com/user-attachments/assets/72a87aa0-a60c-41f6-b66d-ab3e66256fc5" />
<p align="center">
<img
src="./docs/preview-zh.png"
alt="preview-zh"
style="max-width: 700px; width: 100%; height: auto;"
/>
</p>
<br>

BIN
docs/preview-en.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 587 KiB

BIN
docs/preview-zh.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 565 KiB

View file

@ -52,6 +52,6 @@ export default {
},
footer: {
githubIntro: 'See more on <a href="https://www.github.com/ClovertaTheTrilobita">GitHub</a>!',
repoIntro: 'This blog is fully open source at <a href="https://www.github.com/ClovertaTheTrilobita/SanYeCao-blog">ClovertaTheTrilobita/SanYeCao-blog</a>'
repoIntro: 'This blog is fully open source at <a href="https://repo.cloverta.top/cloverta/SanYeCao-blog">ClovertaTheTrilobita/SanYeCao-blog</a>'
}
};

View file

@ -52,6 +52,6 @@ export default {
},
footer: {
githubIntro: '在 <a href="https://www.github.com/ClovertaTheTrilobita">GitHub</a> 查看更多!',
repoIntro: '这个博客完全开源于 <a href="https://www.github.com/ClovertaTheTrilobita/SanYeCao-blog">ClovertaTheTrilobita/SanYeCao-blog</a>'
repoIntro: '这个博客完全开源于 <a href="https://repo.cloverta.top/cloverta/SanYeCao-blog">ClovertaTheTrilobita/SanYeCao-blog</a>'
}
};