From 10562f91ab992790f2e34bd939ae3cd029c4c40b Mon Sep 17 00:00:00 2001 From: Kyomotoi <0w0@imki.moe> Date: Wed, 1 Feb 2023 21:26:02 +0800 Subject: =?UTF-8?q?=F0=9F=9A=B8=20=E4=BC=98=E5=8C=96=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ATRI/plugins/help/data_source.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ATRI/plugins/help') diff --git a/ATRI/plugins/help/data_source.py b/ATRI/plugins/help/data_source.py index fb99313..3263f34 100644 --- a/ATRI/plugins/help/data_source.py +++ b/ATRI/plugins/help/data_source.py @@ -49,7 +49,6 @@ class Helper: .text(f"咱的型号是:{__version__}") .text("想进一步了解:") .text("atri.imki.moe") - .text("进不去: project-atri-docs.vercel.app") .done() ) @@ -64,14 +63,14 @@ class Helper: service = json.load(r) services.append( [ - prefix, "√" if service["enabled"] else "×", "√" if service["only_admin"] else "×", + prefix, ] ) table = tabulate( services, - headers=["服务名称", "开启状态(全局)", "仅支持管理员"], + headers=["开启状态(全局)", "仅管理员", "服务名称"], tablefmt="plain", ) return ( -- cgit v1.2.3