diff --git a/README-en.md b/README-en.md index 3d29791..631059f 100644 --- a/README-en.md +++ b/README-en.md @@ -14,7 +14,13 @@
-image +

+ preview-en +


diff --git a/README.md b/README.md index 70c7573..1359617 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,13 @@
-image +

+ preview-zh +


diff --git a/docs/preview-en.png b/docs/preview-en.png new file mode 100644 index 0000000..ac51eaa Binary files /dev/null and b/docs/preview-en.png differ diff --git a/docs/preview-zh.png b/docs/preview-zh.png new file mode 100644 index 0000000..07a7ef2 Binary files /dev/null and b/docs/preview-zh.png differ diff --git a/src/i18n/en.ts b/src/i18n/en.ts index 962afbb..e5ce724 100644 --- a/src/i18n/en.ts +++ b/src/i18n/en.ts @@ -52,6 +52,6 @@ export default { }, footer: { githubIntro: 'See more on GitHub!', - repoIntro: 'This blog is fully open source at ClovertaTheTrilobita/SanYeCao-blog' + repoIntro: 'This blog is fully open source at ClovertaTheTrilobita/SanYeCao-blog' } }; \ No newline at end of file diff --git a/src/i18n/zh.ts b/src/i18n/zh.ts index cc7d280..e8838fc 100644 --- a/src/i18n/zh.ts +++ b/src/i18n/zh.ts @@ -52,6 +52,6 @@ export default { }, footer: { githubIntro: '在 GitHub 查看更多!', - repoIntro: '这个博客完全开源于 ClovertaTheTrilobita/SanYeCao-blog' + repoIntro: '这个博客完全开源于 ClovertaTheTrilobita/SanYeCao-blog' } }; \ No newline at end of file