Merge remote-tracking branch 'origin/master' into blog-content

This commit is contained in:
github-actions[bot] 2026-04-17 18:05:02 +00:00
commit 959c2b2409
3 changed files with 8 additions and 0 deletions

View file

@ -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 }}

View file

@ -42,6 +42,7 @@ export default {
"The design of this blog was inspired by:",
'· <a href="https://ex-tasty.com/">極限風味</a>',
'· <a href="https://blog.cloudti.de/">Parsifal\'s Blog</a>',
'· <a href="https://www.kokosa.icu/">Kokosa\'s Notebook</a>',
"· 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.",

View file

@ -42,6 +42,7 @@ export default {
"这个博客在设计理念上参考了:",
'· <a href="https://ex-tasty.com/">極限風味</a>',
'· <a href="https://blog.cloudti.de/">Parsifal\'s Blog</a>',
'· <a href="https://www.kokosa.icu/">Kokosa\'s Notebook</a>',
"· 还有一些已经忘记名字的网站",
"谢谢你们的想法和热情!",
"此外,这个博客的源码使用 MIT 协议开源,你可以从页脚的链接处获取它的源代码。",