chore: Remove explicit version numbers from UI and comments, and apply minor formatting to Docker Compose configurations.
This commit is contained in:
parent
4d3761e0e0
commit
0176cb4d12
|
|
@ -1,5 +1,5 @@
|
||||||
# =============================================
|
# =============================================
|
||||||
# DeepAudit v3.0.2 生产环境一键部署配置
|
# DeepAudit 生产环境一键部署配置
|
||||||
# =============================================
|
# =============================================
|
||||||
# 使用预构建的 GHCR 镜像,无需本地构建
|
# 使用预构建的 GHCR 镜像,无需本地构建
|
||||||
# 部署命令: curl -fsSL https://raw.githubusercontent.com/lintsinghua/DeepAudit/main/docker-compose.prod.yml | docker compose -f - up -d
|
# 部署命令: curl -fsSL https://raw.githubusercontent.com/lintsinghua/DeepAudit/main/docker-compose.prod.yml | docker compose -f - up -d
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# =============================================
|
# =============================================
|
||||||
# DeepAudit v3.0.2 Docker Compose 配置
|
# DeepAudit Docker Compose 配置
|
||||||
# =============================================
|
# =============================================
|
||||||
# 部署: docker compose up -d
|
# 部署: docker compose up -d
|
||||||
# 查看日志: docker compose logs -f
|
# 查看日志: docker compose logs -f
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
DeepAudit Design System v3.1
|
DeepAudit Design System
|
||||||
Theme System with CSS Variables
|
Theme System with CSS Variables
|
||||||
- Light Mode: Clean, professional
|
- Light Mode: Clean, professional
|
||||||
- Dark Mode: Cyberpunk Terminal
|
- Dark Mode: Cyberpunk Terminal
|
||||||
|
|
|
||||||
|
|
@ -133,7 +133,7 @@ export default function Login() {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="absolute bottom-4 left-4 text-sm font-mono text-muted-foreground z-30">
|
<div className="absolute bottom-4 left-4 text-sm font-mono text-muted-foreground z-30">
|
||||||
DEEPAUDIT_AUTH_v3
|
DEEPAUDIT_AUTH
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="absolute bottom-4 right-4 text-sm font-mono text-muted-foreground z-30">
|
<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 */}
|
{/* Version Info */}
|
||||||
<div className="mt-6 text-center">
|
<div className="mt-6 text-center">
|
||||||
<p className="font-mono text-sm text-muted-foreground uppercase">
|
<p className="font-mono text-sm text-muted-foreground uppercase">
|
||||||
Version {version} · Secure Connection
|
Secure Connection
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@ export default function Register() {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="absolute bottom-4 left-4 text-xs font-mono text-muted-foreground z-30">
|
<div className="absolute bottom-4 left-4 text-xs font-mono text-muted-foreground z-30">
|
||||||
DEEPAUDIT_REG_v3
|
DEEPAUDIT_REG
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="absolute bottom-4 right-4 text-xs font-mono text-muted-foreground z-30">
|
<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 */}
|
{/* Version Info */}
|
||||||
<div className="mt-6 text-center">
|
<div className="mt-6 text-center">
|
||||||
<p className="font-mono text-xs text-muted-foreground uppercase">
|
<p className="font-mono text-xs text-muted-foreground uppercase">
|
||||||
Version {version} · Secure Registration
|
Secure Registration
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue