chore: Remove explicit version numbers from UI and comments, and apply minor formatting to Docker Compose configurations.

This commit is contained in:
vinland100 2026-01-05 13:50:23 +08:00
parent 4d3761e0e0
commit 0176cb4d12
5 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
# =============================================
# DeepAudit v3.0.2 生产环境一键部署配置
# DeepAudit 生产环境一键部署配置
# =============================================
# 使用预构建的 GHCR 镜像,无需本地构建
# 部署命令: curl -fsSL https://raw.githubusercontent.com/lintsinghua/DeepAudit/main/docker-compose.prod.yml | docker compose -f - up -d

View File

@ -1,5 +1,5 @@
# =============================================
# DeepAudit v3.0.2 Docker Compose 配置
# DeepAudit Docker Compose 配置
# =============================================
# 部署: docker compose up -d
# 查看日志: docker compose logs -f

View File

@ -20,7 +20,7 @@
}
/*
DeepAudit Design System v3.1
DeepAudit Design System
Theme System with CSS Variables
- Light Mode: Clean, professional
- Dark Mode: Cyberpunk Terminal

View File

@ -133,7 +133,7 @@ export default function Login() {
</div>
<div className="absolute bottom-4 left-4 text-sm font-mono text-muted-foreground z-30">
DEEPAUDIT_AUTH_v3
DEEPAUDIT_AUTH
</div>
<div className="absolute bottom-4 right-4 text-sm font-mono text-muted-foreground z-30">
@ -262,7 +262,7 @@ export default function Login() {
{/* Version Info */}
<div className="mt-6 text-center">
<p className="font-mono text-sm text-muted-foreground uppercase">
Version {version} · Secure Connection
Secure Connection
</p>
</div>
</div>

View File

@ -102,7 +102,7 @@ export default function Register() {
</div>
<div className="absolute bottom-4 left-4 text-xs font-mono text-muted-foreground z-30">
DEEPAUDIT_REG_v3
DEEPAUDIT_REG
</div>
<div className="absolute bottom-4 right-4 text-xs font-mono text-muted-foreground z-30">
@ -232,7 +232,7 @@ export default function Register() {
{/* Version Info */}
<div className="mt-6 text-center">
<p className="font-mono text-xs text-muted-foreground uppercase">
Version {version} · Secure Registration
Secure Registration
</p>
</div>
</div>