feat: 安全领取并分派采购任务 (#72)

This commit is contained in:
chengma
2026-08-10 00:05:40 +08:00
parent 460619392f
commit f201bcc4bf
12 changed files with 789 additions and 76 deletions
+1 -4
View File
@@ -47,10 +47,7 @@ class ClaimCapabilities:
"""Client 领取任务时声明的设备与执行能力。"""
device: Optional[AndroidDeviceInfo] = None
supported_types: Tuple[TaskType, ...] = (
TaskType.COLLECT,
TaskType.PURCHASE,
)
supported_types: Tuple[TaskType, ...] = (TaskType.COLLECT,)
purchase_mode: str = "dry_run"
schema_versions: Tuple[int, ...] = (1,)