fix:优化试题内容和样式排版

This commit is contained in:
Daniel
2026-04-18 20:20:38 +08:00
parent 15e71a9231
commit 7cb9b89cb0
644 changed files with 152784 additions and 621 deletions

View File

@@ -0,0 +1,13 @@
# 若访问 DashScope 必须经过宿主机代理(如 Clash 端口),复制本文件为 docker-compose.override.yml 再按需修改。
# docker compose 会自动合并 override无需改主文件。
#
# cp docker-compose.override.example.yml docker-compose.override.yml
#
services:
backend:
environment:
HTTPX_TRUST_ENV: "1"
HTTPS_PROXY: http://host.docker.internal:7890
HTTP_PROXY: http://host.docker.internal:7890
ALL_PROXY: http://host.docker.internal:7890
NO_PROXY: localhost,127.0.0.1,db,frontend,.aliyuncs.com