Skip to content

Commit

Permalink
fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
winsphinx committed May 10, 2024
1 parent ddec835 commit 033fc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/position.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def __init__(self):
"ip",
label="IP 地址",
placeholder="192.168.1.100\n110.0.0.0\n...",
help_text="输入一个或多个 IP 地址,每行一个。\n[注] 因 api 限制,每分钟最大查询请求为15次,超出会被封禁1小时。",
help_text="输入一个或多个 IP 地址,每行一个。因 api 限制,每分钟最大查询请求为15次,超出会被封禁1小时。",
)
put_button(
label="点击查看位置",
Expand Down

0 comments on commit 033fc5a

Please sign in to comment.