From 17f18fa56a02f344abfbce31d0461503bc6f9b01 Mon Sep 17 00:00:00 2001 From: Asankilp Date: Wed, 29 Jan 2025 00:53:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AF=AD=E6=B3=95=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nonebot_plugin_marshoai/marsho.py | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nonebot_plugin_marshoai/marsho.py b/nonebot_plugin_marshoai/marsho.py index 421f9997..b127aecc 100644 --- a/nonebot_plugin_marshoai/marsho.py +++ b/nonebot_plugin_marshoai/marsho.py @@ -58,7 +58,7 @@ marsho_cmd = on_alconna( config.marshoai_default_name, Args["text?", AllParam], ), - aliases=config.marshoai_aliases, + aliases=tuple(config.marshoai_aliases), priority=10, block=True, ) diff --git a/package.json b/package.json index 2a53dad9..52361f7d 100755 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "scripts": { "docs:dev": "vitepress dev docs --host", "docs:build": "vitepress build docs", - "docs:preview": "vitepress preview docs", + "docs:preview": "vitepress preview docs" }, - "dependencies": {"vue": "^3.5.13"}, + "dependencies": {"vue": "^3.5.13"} }