mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-04-02 01:54:50 +00:00
Merge branch 'master' into blog-content
This commit is contained in:
commit
2bbde5fd5e
6 changed files with 16 additions and 4 deletions
|
|
@ -14,7 +14,13 @@
|
||||||
|
|
||||||
<br>
|
<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>
|
<br>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,13 @@
|
||||||
|
|
||||||
<br>
|
<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>
|
<br>
|
||||||
|
|
||||||
|
|
|
||||||
BIN
docs/preview-en.png
Normal file
BIN
docs/preview-en.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 587 KiB |
BIN
docs/preview-zh.png
Normal file
BIN
docs/preview-zh.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 565 KiB |
|
|
@ -52,6 +52,6 @@ export default {
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
githubIntro: 'See more on <a href="https://www.github.com/ClovertaTheTrilobita">GitHub</a>!',
|
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>'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
@ -52,6 +52,6 @@ export default {
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
githubIntro: '在 <a href="https://www.github.com/ClovertaTheTrilobita">GitHub</a> 查看更多!',
|
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>'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
Loading…
Reference in a new issue