diff --git a/.github/workflows/prod-release-gh.yml b/.github/workflows/prod-release-gh.yml index 7018ff9004..6a7051078b 100644 --- a/.github/workflows/prod-release-gh.yml +++ b/.github/workflows/prod-release-gh.yml @@ -26,8 +26,6 @@ jobs: - name: Deploy Gh-Pages 🚀 uses: peaceiris/actions-gh-pages@v3 with: - deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} - external_repository: gavfu/chzhshch-blog-site - publish_branch: main + github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./build cname: chzhshch.blog \ No newline at end of file diff --git a/README.md b/README.md index f8900df222..a6485fa3c4 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,12 @@ 世人皆苦,希望“永远只愿意站立”,而且“希望探索、展示人的所有潜能、可能”的“缠中说禅”,能通过本站的存在,照亮一方天地,给越来越多的世人以智慧、财富和勇气。 -如果您发现本站有任何错误或者疏漏,欢迎通过 **[TG群](https://t.me/chzhshchblog)** 反馈。另外本人偶尔会在 **[Twitter](https://twitter.com/chzhshch_eth)** 分享一些投资心得,亦欢迎关注。 \ No newline at end of file +如果您发现本站有任何错误或者疏漏,欢迎通过 **[TG群](https://t.me/chzhshchblog)** 反馈。另外本人偶尔会在 **[Twitter](https://twitter.com/chzhshch_eth)** 分享一些投资心得,亦欢迎关注。 + +## 本站地址 + +**主网址** +https://chzhshch.blog + +**备用网址** +https://chzhshchblog.github.io \ No newline at end of file diff --git a/docs/donate.md b/docs/donate.md index f804d11820..e4b083f3b8 100644 --- a/docs/donate.md +++ b/docs/donate.md @@ -12,6 +12,14 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
+## WeChat Pay + +

+ +## Ali Pay + +

+ ## Binance Pay ``` diff --git a/docs/intro.md b/docs/intro.md index 647904e228..32eefe202d 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -20,6 +20,7 @@ hide_table_of_contents: true > 如果您发现本站有任何错误或者疏漏,欢迎通过 **[TG群](https://t.me/chzhshchblog)** 反馈。另外本人偶尔会在 **[Twitter](https://twitter.com/chzhshch_eth)** 分享一些投资心得,亦欢迎关注。
> 本站网址 https://chzhshch.blog
> 备用网址 https://chzhshchblog.github.io
+> 本站将在本人力所能及的前提下长期开源并存在,也欢迎天下万方的“有朋” **[捐赠](./donate.md)** 以助力。
diff --git a/docusaurus.config.js b/docusaurus.config.js index 87350704cc..6ed3fffaf8 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -251,7 +251,7 @@ const config = { label: '捐赠', }, { - href: 'https://github.com/gavfu/chzhshch-blog-site', + href: 'https://github.com/gavfu/chzhshch-blog', // label: 'GitHub', position: 'right', className: 'header-github-link', diff --git a/static/img/donate/alipay.png b/static/img/donate/alipay.png new file mode 100644 index 0000000000..cabce6bb45 Binary files /dev/null and b/static/img/donate/alipay.png differ diff --git a/static/img/donate/wechat.png b/static/img/donate/wechat.png new file mode 100644 index 0000000000..f5fb44402c Binary files /dev/null and b/static/img/donate/wechat.png differ