feat: add demo site config

This commit is contained in:
engigu
2025-12-25 22:37:14 +08:00
parent a82aded302
commit f0c0c4465f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
轻量级定时任务管理系统,基于 Go + Vue 3 构建。
> ⚠️ 出于安全考虑,目前仅支持 Docker 部署方式。[镜像地址](https://github.com/engigu/BaiHu/pkgs/container/baihu)
> ⚠️ 出于安全考虑,目前仅支持 Docker 部署方式。[镜像地址](https://github.com/engigu/baihu-panel/pkgs/container/baihu)
## 快速部署
+1 -1
View File
@@ -71,7 +71,7 @@ onMounted(loadAbout)
<!-- 底部版权和链接 -->
<div class="mt-6 pt-4 border-t flex items-center justify-center gap-2 text-sm text-muted-foreground">
<span>© {{ new Date().getFullYear() }} 保留所有权利</span>
<a href="https://github.com/engigu/BaiHu/" target="_blank" class="inline-flex items-center gap-1 text-primary hover:underline">
<a href="https://github.com/engigu/baihu-panel/" target="_blank" class="inline-flex items-center gap-1 text-primary hover:underline">
<ExternalLink class="h-3.5 w-3.5" />
GitHub 仓库
</a>