feat: add cold display alarm flow and labeled snapshots

This commit is contained in:
2026-06-15 12:59:25 +08:00
parent 46889c0621
commit 1059850378
15 changed files with 1164 additions and 15 deletions

View File

@@ -11,6 +11,7 @@ RUN sed -i 's|http://deb.debian.org/debian|http://mirrors.aliyun.com/debian|g; s
apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
ffmpeg \
fonts-noto-cjk \
tzdata \
&& rm -rf /var/lib/apt/lists/*