feat: render question exports as assets

This commit is contained in:
Codex
2026-06-29 17:07:24 +08:00
parent 1bcd887731
commit 506d7015a0
23 changed files with 2038 additions and 85 deletions

View File

@@ -68,6 +68,14 @@ WORKER_PUBLIC_BANK_SYNC_COPY_LIMIT=1000
WORKER_PUBLIC_BANK_SYNC_ID=public-banks-1
WORKER_PUBLIC_BANK_SYNC_CLAIM_STALE_SECONDS=900
# Worker 配置:题库 PDF/Word 导出。生产建议使用真实对象存储 providerlocal_dev 只用于本地开发。
WORKER_EXPORT_BATCH_SIZE=5
WORKER_EXPORT_ID=exports-1
WORKER_EXPORT_BACKOFF_SECONDS=30,120,600,1800
EXPORT_LOCAL_STORAGE_ROOT=.local-storage
# Windows 本地可填 C:\Windows\Fonts\NotoSansSC-VF.ttfLinux 生产建议安装 Noto Sans CJK 并配置路径。
EXPORT_PDF_FONT_PATH=
# 对象存储配置API 和 assets worker 共用
STORAGE_DEFAULT_PROVIDER=local_dev
STORAGE_DEFAULT_BUCKET=tenant-assets