Skip to content

Commit

Permalink
fix: url输入的网址
Browse files Browse the repository at this point in the history
  • Loading branch information
mikumifa committed Jun 13, 2024
1 parent 29381b0 commit 134fd07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tab/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ def setting_tab():
)
with gr.Column():
ticket_id_ui = gr.Textbox(
label="票 ID",
label="想要抢票的脚本",
interactive=True,
info="例如:要抢的网址是 https://show.bilibili.com/platform/detail.html?id=84096 就要填写 84096",
info="例如:https://show.bilibili.com/platform/detail.html?id=84096",
)
ticket_id_btn = gr.Button("获取票信息")
with gr.Column(visible=False) as inner:
Expand Down

0 comments on commit 134fd07

Please sign in to comment.