nonebot-plugin-areusleepy 0.1.6__tar.gz → 0.1.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {nonebot_plugin_areusleepy-0.1.6 → nonebot_plugin_areusleepy-0.1.7}/PKG-INFO +1 -1
- {nonebot_plugin_areusleepy-0.1.6 → nonebot_plugin_areusleepy-0.1.7}/nonebot_plugin_areusleepy/__init__.py +1 -1
- {nonebot_plugin_areusleepy-0.1.6 → nonebot_plugin_areusleepy-0.1.7}/nonebot_plugin_areusleepy/config.py +1 -1
- {nonebot_plugin_areusleepy-0.1.6 → nonebot_plugin_areusleepy-0.1.7}/pyproject.toml +1 -1
- {nonebot_plugin_areusleepy-0.1.6 → nonebot_plugin_areusleepy-0.1.7}/LICENSE +0 -0
- {nonebot_plugin_areusleepy-0.1.6 → nonebot_plugin_areusleepy-0.1.7}/README.md +0 -0
- {nonebot_plugin_areusleepy-0.1.6 → nonebot_plugin_areusleepy-0.1.7}/nonebot_plugin_areusleepy/__main__.py +0 -0
@@ -6,7 +6,7 @@ class Config(BaseModel):
|
|
6
6
|
# 基本配置
|
7
7
|
sleepy_command: str = 'areusleepy' # 触发命令
|
8
8
|
sleepy_prompt_loading: bool = True # 是否提示获取中
|
9
|
-
sleepy_show_details: bool =
|
9
|
+
sleepy_show_details: bool = False # 是否显示详细信息
|
10
10
|
|
11
11
|
# Sleepy 服务配置
|
12
12
|
sleepy_url: str = 'https://sleepy-preview.wyf9.top' # Sleepy 服务地址
|
File without changes
|
File without changes
|
File without changes
|