feat: add ImageFind application and release pipelines

This commit is contained in:
2026-08-11 18:02:40 +08:00
commit 16239d7525
270 changed files with 59163 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
set -eu
if [ -n "${TRIM_TEMP_LOGFILE:-}" ]; then
printf '%s\n' "ImageFind 0.5.45 使用 PostgreSQL 数据层;本版本不执行旧数据迁移(包括 SQLite)。" \
>>"$TRIM_TEMP_LOGFILE" 2>/dev/null || true
fi
exit 0