Toggle navigation
Toggle navigation
This project
Loading...
Sign in
顾海波
/
xiaohongshu-skills
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Angiin
2026-03-08 01:55:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e19901b3b3b08023e003e6230096900c1cfb0b6c
e19901b3
1 parent
3ba7444f
fix: verify-code 失败后保持 Chrome tab 不关闭,允许重试
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
scripts/cli.py
scripts/cli.py
View file @
e19901b
...
...
@@ -447,7 +447,7 @@ def cmd_verify_code(args: argparse.Namespace) -> None:
exit_code
=
0
if
success
else
2
,
)
finally
:
browser
.
close_page
(
page
)
# 不关闭 tab——成功后供后续命令复用,失败后用户可再次运行 verify-code 重试
browser
.
close
()
...
...
Please
register
or
login
to post a comment