feat: remove wait-login; pick-web only; docs sync
All checks were successful
技能自动化发布 / release (push) Successful in 33s

This commit is contained in:
2026-04-07 11:58:27 +08:00
parent 96e5b9ea14
commit e2eafb7407
7 changed files with 9 additions and 154 deletions

View File

@@ -138,7 +138,7 @@ def cmd_list_json(platform_input: str, limit: int = 200) -> None:
def cmd_pick_web(platform_input: str):
"""
供 llm-manager 等:取该平台用于网页自动化的账号候选。
按 updated_at、created_at 倒序选一条,与库内「登录态」无关;实际是否已登录由 wait-login / 页面 DOM 判定
按 updated_at、created_at 倒序选一条;是否已登录由调用方(如网页自动化)在同一会话内处理
成功stdout 仅一行 JSON与 get 一致);失败:首行 ERROR:。
"""
get_skill_logger().info("pick_web platform_input=%r", platform_input)