From c42b4ac3810332f2612f2046b6bea994af052a0e Mon Sep 17 00:00:00 2001 From: ATTomato <93612024+ATTomatoo@users.noreply.github.com> Date: Wed, 9 Oct 2024 16:04:27 +0800 Subject: [PATCH 01/20] Update mute_setting.py --- plugins/mute/mute_setting.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/mute/mute_setting.py b/plugins/mute/mute_setting.py index 4101633..584f8a1 100644 --- a/plugins/mute/mute_setting.py +++ b/plugins/mute/mute_setting.py @@ -16,14 +16,14 @@ usage=f""" 刷屏禁言相关操作,需要 {BotConfig.self_nickname} 有群管理员权限 指令: - 设置刷屏: 查看当前设置 + 刷屏设置: 查看当前设置 -c [count]: 检测最大次数 -t [time]: 规定时间内 -d [duration]: 禁言时长 示例: - 设置刷屏 -c 10: 设置最大次数为10 - 设置刷屏 -t 100 -d 20: 设置规定时间和禁言时长 - 设置刷屏 -d 10: 设置禁言时长为10 + 刷屏设置 -c 10: 设置最大次数为10 + 刷屏设置 -t 100 -d 20: 设置规定时间和禁言时长 + 刷屏设置 -d 10: 设置禁言时长为10 * 即 X 秒内发送同样消息 N 次,禁言 M 分钟 * """.strip(), extra=PluginExtraData( From 595513fdcb140676872bdb0b3b065491563f5734 Mon Sep 17 00:00:00 2001 From: ATTomato <93612024+ATTomatoo@users.noreply.github.com> Date: Wed, 9 Oct 2024 16:05:14 +0800 Subject: [PATCH 02/20] Update __init__.py --- plugins/mute/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mute/__init__.py b/plugins/mute/__init__.py index cdbe98a..f128b7b 100644 --- a/plugins/mute/__init__.py +++ b/plugins/mute/__init__.py @@ -12,7 +12,7 @@ usage="", extra=PluginExtraData( author="HibiKier", - version="0.1-ea238a0", + version="0.1-c42b4ac", plugin_type=PluginType.PARENT, ).dict(), ) From 18862948f93c8ee563f5de258142e4b437ff5a8f Mon Sep 17 00:00:00 2001 From: ATTomato <93612024+ATTomatoo@users.noreply.github.com> Date: Wed, 9 Oct 2024 16:14:58 +0800 Subject: [PATCH 03/20] Update __init__.py --- plugins/mute/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mute/__init__.py b/plugins/mute/__init__.py index f128b7b..cdbe98a 100644 --- a/plugins/mute/__init__.py +++ b/plugins/mute/__init__.py @@ -12,7 +12,7 @@ usage="", extra=PluginExtraData( author="HibiKier", - version="0.1-c42b4ac", + version="0.1-ea238a0", plugin_type=PluginType.PARENT, ).dict(), ) From c968b66c1985757a9d3e02908887c0065dd56ef4 Mon Sep 17 00:00:00 2001 From: ATTomato <93612024+ATTomatoo@users.noreply.github.com> Date: Thu, 10 Oct 2024 15:59:28 +0800 Subject: [PATCH 04/20] Update plugins.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新"刷屏禁言"使用方法 --- plugins.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins.json b/plugins.json index c8b5bb8..b48804a 100644 --- a/plugins.json +++ b/plugins.json @@ -83,7 +83,7 @@ "module": "mute", "module_path": "plugins.mute", "description": "刷屏禁言相关操作", - "usage": "刷屏禁言相关操作,需要 {NICKNAME} 有群管理员权限\n 指令:\n 设置刷屏: 查看当前设置\n -c [count]: 检测最大次数\n -t [time]: 规定时间内\n -d [duration]: 禁言时长\n 示例:\n 设置刷屏 -c 10: 设置最大次数为10\n 设置刷屏 -t 100 -d 20: 设置规定时间和禁言时长\n 设置刷屏 -d 10: 设置禁言时长为10\n * 即 X 秒内发送同样消息 N 次,禁言 M 分钟 *", + "usage": "刷屏禁言相关操作,需要 {NICKNAME} 有群管理员权限\n 指令:\n 刷屏设置: 查看当前设置\n -c [count]: 检测最大次数\n -t [time]: 规定时间内\n -d [duration]: 禁言时长\n 示例:\n 刷屏设置 -c 10: 设置最大次数为10\n 刷屏设置 -t 100 -d 20: 设置规定时间和禁言时长\n 刷屏设置 -d 10: 设置禁言时长为10\n * 即 X 秒内发送同样消息 N 次,禁言 M 分钟 *", "author": "HibiKier", "version": "0.1-ea238a0", "plugin_type": "ADMIN", @@ -399,4 +399,4 @@ "plugin_type": "NORMAL", "is_dir": true } -} \ No newline at end of file +} From 473ecd809d35e9611f797bd6b50ebdf7b7b3c6d6 Mon Sep 17 00:00:00 2001 From: AkashiCoin Date: Thu, 10 Oct 2024 07:59:43 +0000 Subject: [PATCH 05/20] chore: update plugin version --- plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index b48804a..d3f2075 100644 --- a/plugins.json +++ b/plugins.json @@ -399,4 +399,4 @@ "plugin_type": "NORMAL", "is_dir": true } -} +} \ No newline at end of file From b92bab16bb659ee5ad68ea535e7b837304fcb8e3 Mon Sep 17 00:00:00 2001 From: ATTomato <93612024+ATTomatoo@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:11:06 +0800 Subject: [PATCH 06/20] Update plugins.json update plugin version --- plugins.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins.json b/plugins.json index d3f2075..404c4a4 100644 --- a/plugins.json +++ b/plugins.json @@ -85,7 +85,7 @@ "description": "刷屏禁言相关操作", "usage": "刷屏禁言相关操作,需要 {NICKNAME} 有群管理员权限\n 指令:\n 刷屏设置: 查看当前设置\n -c [count]: 检测最大次数\n -t [time]: 规定时间内\n -d [duration]: 禁言时长\n 示例:\n 刷屏设置 -c 10: 设置最大次数为10\n 刷屏设置 -t 100 -d 20: 设置规定时间和禁言时长\n 刷屏设置 -d 10: 设置禁言时长为10\n * 即 X 秒内发送同样消息 N 次,禁言 M 分钟 *", "author": "HibiKier", - "version": "0.1-ea238a0", + "version": "0.1-473ecd8", "plugin_type": "ADMIN", "is_dir": true }, @@ -399,4 +399,4 @@ "plugin_type": "NORMAL", "is_dir": true } -} \ No newline at end of file +} From 0d6dadbf5e8421c87fcdd90314dfade94102570a Mon Sep 17 00:00:00 2001 From: AkashiCoin Date: Thu, 10 Oct 2024 08:11:22 +0000 Subject: [PATCH 07/20] chore: update plugin version --- plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index 404c4a4..69a2424 100644 --- a/plugins.json +++ b/plugins.json @@ -399,4 +399,4 @@ "plugin_type": "NORMAL", "is_dir": true } -} +} \ No newline at end of file From 9f4a871fffcb9595b244771dd0b4c0d2b030561f Mon Sep 17 00:00:00 2001 From: ATTomato <93612024+ATTomatoo@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:11:42 +0800 Subject: [PATCH 08/20] Update __init__.py update plugin version --- plugins/mute/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mute/__init__.py b/plugins/mute/__init__.py index cdbe98a..b84d8b5 100644 --- a/plugins/mute/__init__.py +++ b/plugins/mute/__init__.py @@ -12,7 +12,7 @@ usage="", extra=PluginExtraData( author="HibiKier", - version="0.1-ea238a0", + version="0.1-473ecd8", plugin_type=PluginType.PARENT, ).dict(), ) From dcb424e9e0c4ee25082ce7ddcbeffc421396bc77 Mon Sep 17 00:00:00 2001 From: ATTomato <93612024+ATTomatoo@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:21:40 +0800 Subject: [PATCH 09/20] Update mute_message.py update plugin version --- plugins/mute/mute_message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mute/mute_message.py b/plugins/mute/mute_message.py index e6946cd..845a70f 100644 --- a/plugins/mute/mute_message.py +++ b/plugins/mute/mute_message.py @@ -23,7 +23,7 @@ usage="", extra=PluginExtraData( author="HibiKier", - version="0.1", + version="0.1-473ecd8", menu_type="其他", plugin_type=PluginType.DEPENDANT, ).dict(), From bfb83e0107befa44dddf5e145cc247c1fb1de4a3 Mon Sep 17 00:00:00 2001 From: ATTomato <93612024+ATTomatoo@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:22:23 +0800 Subject: [PATCH 10/20] Update mute_setting.py update plugin version --- plugins/mute/mute_setting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mute/mute_setting.py b/plugins/mute/mute_setting.py index 584f8a1..0b92bc8 100644 --- a/plugins/mute/mute_setting.py +++ b/plugins/mute/mute_setting.py @@ -28,7 +28,7 @@ """.strip(), extra=PluginExtraData( author="HibiKier", - version="0.1", + version="0.1-473ecd8", menu_type="其他", plugin_type=PluginType.ADMIN, admin_level=base_config.get("MUTE_LEVEL", 5), From 5fbfdd5f69632e2247e5c0086d53713503ae8f33 Mon Sep 17 00:00:00 2001 From: ATTomato <93612024+ATTomatoo@users.noreply.github.com> Date: Sat, 19 Oct 2024 16:26:00 +0800 Subject: [PATCH 11/20] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=88=B3=E4=B8=80?= =?UTF-8?q?=E6=88=B3=E8=AF=AD=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/poke/__init__.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/plugins/poke/__init__.py b/plugins/poke/__init__.py index 7799bdf..f05b0d1 100644 --- a/plugins/poke/__init__.py +++ b/plugins/poke/__init__.py @@ -49,6 +49,22 @@ "正在关闭对您的所有服务...关闭成功", "啊呜,太舒服刚刚竟然睡着了。什么事?", "正在定位您的真实地址...定位成功。轰炸机已起飞", + "别戳了,别戳了,真寻的呆毛要掉拉!", + "我在呢!", + "你是来找小真寻玩的嘛?", + "别急呀,小真寻要宕机了!QAQ", + "你好!Ov<", + "你再戳我要喊美波里给你下药了!", + "别戳了,怕疼QwQ", + "再戳,小真寻就要咬你了嗷~", + "恶龙咆哮,嗷呜~", + "生气(╯▔皿▔)╯", + "不要这样子啦(*/ w \*)", + "戳坏了", + "戳坏了,赔钱!", + "喂,110吗,有人老戳我", + "别戳小真寻啦,您歇会吧~", + "喂(#`O′) 戳小真寻干嘛!", ] From b43e71266d20cd29d9d03b332fd1fe7e222a2638 Mon Sep 17 00:00:00 2001 From: ATTomato <93612024+ATTomatoo@users.noreply.github.com> Date: Sat, 19 Oct 2024 16:29:03 +0800 Subject: [PATCH 12/20] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=88=B3=E4=B8=80?= =?UTF-8?q?=E6=88=B3=E8=AF=AD=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/poke/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/poke/__init__.py b/plugins/poke/__init__.py index f05b0d1..8eb49a9 100644 --- a/plugins/poke/__init__.py +++ b/plugins/poke/__init__.py @@ -25,7 +25,7 @@ """.strip(), extra=PluginExtraData( author="HibiKier", - version="0.1-eb2b7db", + version="0.1-5fbfdd5", menu_type="其他", plugin_type=PluginType.NORMAL, ).dict(), From 990cfac409fcf42e69f330a60b9f93f6bba830b6 Mon Sep 17 00:00:00 2001 From: ATTomato <93612024+ATTomatoo@users.noreply.github.com> Date: Sat, 19 Oct 2024 16:30:18 +0800 Subject: [PATCH 13/20] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=88=B3=E4=B8=80?= =?UTF-8?q?=E6=88=B3=E8=AF=AD=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins.json b/plugins.json index b8a9b7c..21c89ef 100644 --- a/plugins.json +++ b/plugins.json @@ -375,7 +375,7 @@ "description": "戳一戳发送语音美图萝莉图不美哉?", "usage": "戳一戳随机掉落语音或美图萝莉图", "author": "HibiKier", - "version": "0.1-eb2b7db", + "version": "0.1-5fbfdd5", "plugin_type": "DEPENDANT", "is_dir": true }, @@ -409,4 +409,4 @@ "plugin_type": "NORMAL", "is_dir": true } -} \ No newline at end of file +} From 14f3086e8c55a0aba05ad6dc10beb90164d654b6 Mon Sep 17 00:00:00 2001 From: AkashiCoin Date: Sat, 19 Oct 2024 08:33:04 +0000 Subject: [PATCH 14/20] chore: update plugin version --- plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index 21c89ef..3ecb91e 100644 --- a/plugins.json +++ b/plugins.json @@ -409,4 +409,4 @@ "plugin_type": "NORMAL", "is_dir": true } -} +} \ No newline at end of file From 29713cc88dc279e5edce546cda2b615666558574 Mon Sep 17 00:00:00 2001 From: ATTomato <93612024+ATTomatoo@users.noreply.github.com> Date: Sat, 19 Oct 2024 19:45:23 +0800 Subject: [PATCH 15/20] =?UTF-8?q?=E4=BD=BF=E7=94=A8alapi=E6=9D=A5=E8=8E=B7?= =?UTF-8?q?=E5=8F=9660s=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/mahiro_report/__init__.py | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/plugins/mahiro_report/__init__.py b/plugins/mahiro_report/__init__.py index 3af0a55..8a5c9c9 100644 --- a/plugins/mahiro_report/__init__.py +++ b/plugins/mahiro_report/__init__.py @@ -16,7 +16,8 @@ from zhenxun.utils.platform import broadcast_group from zhenxun.services.plugin_init import PluginInit from zhenxun.configs.path_config import TEMPLATE_PATH -from zhenxun.configs.utils import Task, PluginExtraData +from zhenxun.configs.utils import Task, PluginExtraData, RegisterConfig +from zhenxun.configs.config import Config # 引入 Config 用于获取 ALAPI_TOKEN from .config import REPORT_PATH from .data_source import Report @@ -33,6 +34,14 @@ version="0.1", superuser_help="""重置真寻日报""", tasks=[Task(module="mahiro_report", name="真寻日报")], + configs=[ # 添加配置项提示用户如何获取和填写ALAPI_TOKEN + RegisterConfig( + module="alapi", + key="ALAPI_TOKEN", + value=None, + help="在https://admin.alapi.cn/user/login登录后获取token并填写到config.yaml中", + ) + ] ).dict(), ) @@ -57,6 +66,12 @@ async def _(session: EventSession, arparma: Arparma): @_matcher.handle() async def _(session: EventSession, arparma: Arparma): + # 检查 ALAPI_TOKEN 是否存在 + alapi_token = Config.get_config("alapi", "ALAPI_TOKEN") + if not alapi_token: + await MessageUtils.build_message("缺失ALAPI TOKEN,请在config.yaml中填写!").send(at_sender=True) + return # 停止执行 + try: await MessageUtils.build_message(await Report.get_report_image()).send() logger.info("查看真寻日报", arparma.header_result, session=session) @@ -99,7 +114,7 @@ async def _(): logger.info("自动生成日报成功...") break except TimeoutError: - logger.warning("自动是生成日报失败...") + logger.warning("自动生成日报失败...") @scheduler.scheduled_job( From 606459aba2dc53cbcfaefc7a7ebf1abae33a969b Mon Sep 17 00:00:00 2001 From: ATTomato <93612024+ATTomatoo@users.noreply.github.com> Date: Sat, 19 Oct 2024 19:45:58 +0800 Subject: [PATCH 16/20] =?UTF-8?q?=E4=BD=BF=E7=94=A8alapi=E6=9D=A5=E8=8E=B7?= =?UTF-8?q?=E5=8F=9660s=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/mahiro_report/data_source.py | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/plugins/mahiro_report/data_source.py b/plugins/mahiro_report/data_source.py index ffef7e7..be7cd09 100644 --- a/plugins/mahiro_report/data_source.py +++ b/plugins/mahiro_report/data_source.py @@ -7,20 +7,20 @@ from zhenxun.utils.http_utils import AsyncHttpx from zhenxun.utils._build_image import BuildImage +from zhenxun.configs.config import Config from zhenxun.configs.path_config import TEMPLATE_PATH -from .config import REPORT_PATH, Anime, SixData, Hitokoto, favs_arr, favs_list +from .config import REPORT_PATH, Anime, Hitokoto, favs_arr, favs_list class Report: hitokoto_url = "https://v1.hitokoto.cn/?c=a" - six_url = "https://60s.viki.moe/?v2=1" - game_url = "https://www.4gamers.com.tw/rss/latest-news" + six_url = "https://v2.alapi.cn/api/zaobao" bili_url = "https://s.search.bilibili.com/main/hotword" it_url = "https://www.ithome.com/rss/" anime_url = "https://api.bgm.tv/calendar" - week = { # noqa: RUF012 + week = { 0: "一", 1: "二", 2: "三", @@ -97,9 +97,16 @@ async def get_bili(cls) -> list[str]: @classmethod async def get_six(cls) -> list[str]: """获取60s看时间数据""" - res = await AsyncHttpx.get(cls.six_url) - data = SixData(**res.json()) - return data.data.news[:11] if len(data.data.news) > 11 else data.data.news + token = Config.get_config("alapi", "ALAPI_TOKEN")#从配置中获取alapi + payload = {"token": token, "format": "json"} + headers = {'Content-Type': "application/x-www-form-urlencoded"} + res = await AsyncHttpx.post(cls.six_url, data=payload, headers=headers) + if res.status_code == 200: + data = res.json() + news_items = data.get("data", {}).get("news", []) + return news_items[:11] if len(news_items) > 11 else news_items + else: + return ["Error: Unable to fetch data"] @classmethod async def get_it(cls) -> list[str]: @@ -113,6 +120,7 @@ async def get_it(cls) -> list[str]: titles.append(title_element.text) return titles[:11] if len(titles) > 11 else titles + @classmethod async def get_anime(cls) -> list[tuple[str, str]]: """获取动漫数据""" @@ -125,3 +133,4 @@ async def get_anime(cls) -> list[tuple[str, str]]: anime = Anime(**res.json()[-1]) data_list.extend((data.name_cn or data.name, data.image) for data in anime.items) return data_list[:8] if len(data_list) > 8 else data_list + From 6ad5408c704c01852899544b794d5ebb8ed65e9c Mon Sep 17 00:00:00 2001 From: ATTomato <93612024+ATTomatoo@users.noreply.github.com> Date: Sat, 19 Oct 2024 19:48:09 +0800 Subject: [PATCH 17/20] =?UTF-8?q?=E4=BD=BF=E7=94=A8alapi=E6=9D=A5=E8=8E=B7?= =?UTF-8?q?=E5=8F=9660s=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/mahiro_report/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mahiro_report/__init__.py b/plugins/mahiro_report/__init__.py index 8a5c9c9..8d6f2aa 100644 --- a/plugins/mahiro_report/__init__.py +++ b/plugins/mahiro_report/__init__.py @@ -31,7 +31,7 @@ """.strip(), extra=PluginExtraData( author="HibiKier", - version="0.1", + version="0.1-606459a", superuser_help="""重置真寻日报""", tasks=[Task(module="mahiro_report", name="真寻日报")], configs=[ # 添加配置项提示用户如何获取和填写ALAPI_TOKEN From 61ca90cb3591ba9d19e6a9d3fd513b77a5d1de8c Mon Sep 17 00:00:00 2001 From: ATTomato <93612024+ATTomatoo@users.noreply.github.com> Date: Sat, 19 Oct 2024 19:49:18 +0800 Subject: [PATCH 18/20] =?UTF-8?q?=E4=BD=BF=E7=94=A8alapi=E6=9D=A5=E8=8E=B7?= =?UTF-8?q?=E5=8F=9660s=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins.json b/plugins.json index 3ecb91e..2472686 100644 --- a/plugins.json +++ b/plugins.json @@ -405,8 +405,8 @@ "description": "嗨嗨,这里是小记者真寻哦", "usage": "真寻日报", "author": "HibiKier", - "version": "0.1", + "version": "0.1-606459a", "plugin_type": "NORMAL", "is_dir": true } -} \ No newline at end of file +} From e6c9611024b339fd4d5227c090df7c7cdea33695 Mon Sep 17 00:00:00 2001 From: AkashiCoin Date: Sat, 19 Oct 2024 11:50:45 +0000 Subject: [PATCH 19/20] chore: update plugin version --- plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index 2472686..a0bad4a 100644 --- a/plugins.json +++ b/plugins.json @@ -409,4 +409,4 @@ "plugin_type": "NORMAL", "is_dir": true } -} +} \ No newline at end of file From 92a0751772e7404f7a3df1a4ff84bcc44ac7a1aa Mon Sep 17 00:00:00 2001 From: ATTomato <93612024+ATTomatoo@users.noreply.github.com> Date: Sat, 19 Oct 2024 19:56:45 +0800 Subject: [PATCH 20/20] =?UTF-8?q?=E4=BD=BF=E7=94=A8alapi=E6=9D=A5=E8=8E=B7?= =?UTF-8?q?=E5=8F=9660s=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/mahiro_report/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mahiro_report/__init__.py b/plugins/mahiro_report/__init__.py index 8d6f2aa..34016ad 100644 --- a/plugins/mahiro_report/__init__.py +++ b/plugins/mahiro_report/__init__.py @@ -39,7 +39,7 @@ module="alapi", key="ALAPI_TOKEN", value=None, - help="在https://admin.alapi.cn/user/login登录后获取token并填写到config.yaml中", + help="在https://admin.alapi.cn/user/login登录后获取token", ) ] ).dict(),