chore(branding): 更新登录与首页标题资源及部署配置
Some checks failed
CI / build (push) Successful in 2m18s
Deploy To Server / deploy (push) Failing after 2s

引入新的 logo-title 资源并替换登录页与首页左上角标题展示,统一相关样式细节;同时补充 Docker 与 Gitea 部署配置,便于服务器端自动化构建发布。

Made-with: Cursor
This commit is contained in:
2026-04-25 23:19:52 +08:00
parent 6e8acef10f
commit 20aeb94f6e
8 changed files with 109 additions and 13 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
version: "3.9"
services:
chat-one-web:
build:
context: .
dockerfile: Dockerfile
image: chat-one-web:latest
container_name: chat-one-web
restart: unless-stopped
ports:
- "80:80"