Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 committed Apr 23, 2023
1 parent 2c87130 commit 5685520
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ PS_FOOTER_SIZE=22

# 硬盘列表、网卡列表文本最长长度
# 过长会被截断,长度包含 "..." 的长度
PS_MAX_TEXT_LEN=13
PS_MAX_TEXT_LEN=18

# 网卡列表下的测试访问的网址列表(可空)
# name: 显示名称
Expand Down
2 changes: 1 addition & 1 deletion nonebot_plugin_picstatus/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Cfg(BaseModel):
TestSiteCfg(name="Google", url="https://google.com", use_proxy=True),
]
ps_test_timeout: int = 5
ps_max_text_len: int = 13
ps_max_text_len: int = 18


config: Cfg = Cfg.parse_obj(get_driver().config.dict())

0 comments on commit 5685520

Please sign in to comment.