chore: 更改相关字段

This commit is contained in:
Soulter
2024-05-21 08:44:05 +08:00
parent 7babb87934
commit 8da4433e57
2 changed files with 5 additions and 5 deletions

View File

@@ -119,14 +119,14 @@ class DashBoardHelper():
)
qq_gocq_platform_group = DashBoardConfig(
config_type="group",
name="OneBot协议平台配置",
name="go-cqhttp",
description="",
body=[
DashBoardConfig(
config_type="item",
val_type="bool",
name="启用",
description="支持cq-http、shamrock等目前仅支持QQ平台",
description="",
value=config['gocqbot']['enable'],
path="gocqbot.enable",
),

View File

@@ -390,13 +390,13 @@ class AstrBotDashBoard():
},
{
"title": "QQ_OFFICIAL",
"desc": "QQ官方API,仅支持频道",
"desc": "QQ官方API支持频道、群(需获得群权限)",
"namespace": "internal_platform_qq_official",
"tag": ""
},
{
"title": "OneBot协议",
"desc": "支持cq-http、shamrock等目前仅支持QQ平台",
"title": "go-cqhttp",
"desc": "第三方 QQ 协议实现。支持频道、群",
"namespace": "internal_platform_qq_gocq",
"tag": ""
}