diff --git a/.github/workflows/deploy-blog.yml b/.github/workflows/deploy-blog.yml index 8e09c17..c295982 100644 --- a/.github/workflows/deploy-blog.yml +++ b/.github/workflows/deploy-blog.yml @@ -46,6 +46,9 @@ jobs: needs: sync-blog-content if: github.event_name == 'push' runs-on: ubuntu-latest + environment: + name: production + url: https://blog.cloverta.top env: DEPLOY_HOST: ${{ vars.DEPLOY_HOST }} @@ -105,6 +108,9 @@ jobs: manual-deploy: if: github.event_name == 'workflow_dispatch' runs-on: ubuntu-latest + environment: + name: production + url: https://blog.cloverta.top env: DEPLOY_HOST: ${{ vars.DEPLOY_HOST }} diff --git a/src/i18n/en.ts b/src/i18n/en.ts index 97f692a..8422dab 100644 --- a/src/i18n/en.ts +++ b/src/i18n/en.ts @@ -42,6 +42,7 @@ export default { "The design of this blog was inspired by:", '· 極限風味', '· Parsifal\'s Blog', + '· Kokosa\'s Notebook', "· And some other websites whose names I have unfortunately forgotten", "Thank you for your ideas and passion!", "In addition, this blog is open source under MIT License. You can find its source code through the link in the footer.", diff --git a/src/i18n/zh.ts b/src/i18n/zh.ts index 09f636f..904e196 100644 --- a/src/i18n/zh.ts +++ b/src/i18n/zh.ts @@ -42,6 +42,7 @@ export default { "这个博客在设计理念上参考了:", '· 極限風味', '· Parsifal\'s Blog', + '· Kokosa\'s Notebook', "· 还有一些已经忘记名字的网站", "谢谢你们的想法和热情!", "此外,这个博客的源码使用 MIT 协议开源,你可以从页脚的链接处获取它的源代码。",