feat: 增加 Git 标签清单策略和接口

This commit is contained in:
2026-07-20 06:45:26 +00:00
parent bc44ce8053
commit 801622904c
16 changed files with 356 additions and 3 deletions
+1
View File
@@ -43,6 +43,7 @@ def admin_save_policy(body: PolicySaveRequest, auth=Depends(require_permission("
valid_until,
body.min_supported_version.strip(),
json.dumps(disabled, ensure_ascii=False),
bool(body.git_tags_enabled),
body.message.strip(),
)
if result == "channel_not_found":