feat: resolve/pick accounts by login_id or label
All checks were successful
技能自动化发布 / release (push) Successful in 11s

This commit is contained in:
2026-07-18 15:45:52 +08:00
parent 8d36e193b4
commit 7bac647673
11 changed files with 387 additions and 30 deletions

View File

@@ -26,6 +26,7 @@ from service.account_query_commands import (
cmd_account_get_credential,
cmd_account_list,
cmd_account_pick_web,
cmd_account_resolve,
cmd_get,
cmd_list_json,
cmd_pick_web,
@@ -52,6 +53,7 @@ __all__ = [
"cmd_account_mark_session",
"cmd_account_mark_used",
"cmd_account_pick_web",
"cmd_account_resolve",
"cmd_credential_pick",
"cmd_credential_resolve",
"cmd_delete_by_id",