docs: 将仓库代码注释统一为中文
CI / docs-check (push) Canceled after 0s
CI / backend-test (push) Canceled after 0s
CI / service-test (push) Canceled after 0s
CI / frontend-test (push) Canceled after 0s
CI / rust-core (push) Canceled after 0s
CI / docs-check (pull_request) Canceled after 0s
CI / backend-test (pull_request) Canceled after 0s
CI / service-test (pull_request) Canceled after 0s
CI / frontend-test (pull_request) Canceled after 0s
CI / rust-core (pull_request) Canceled after 0s

This commit is contained in:
2026-09-10 00:40:56 +08:00
parent 51c592841d
commit d703ab64e3
249 changed files with 707 additions and 900 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
"""Consistent PostgreSQL/S3 backup and empty-instance restore operations."""
"""一致的 PostgreSQL/S3 备份和空实例恢复操作。"""
from __future__ import annotations
@@ -51,7 +51,7 @@ TABLES: dict[str, tuple[str, ...]] = {
class OperationsError(RuntimeError):
"""Stable operator-facing failure without credentials or response bodies."""
"""稳定的面向操作员的故障,无需凭证或响应主体。"""
def sha256_file(path: Path) -> str: