Skip to content

Commit

Permalink
fix: 修复标签问题 #7545
Browse files Browse the repository at this point in the history
  • Loading branch information
guohelu authored and normal-wls committed Nov 19, 2024
1 parent 2a877df commit 0026b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud/core/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def get_msg_types(request):
"type": "bk_chat",
"icon": None,
"label": "bk_chat",
"tips": ("获取群ID方法:\n" "1. 群聊右上角添加联系人: bkchat(蓝鲸信息流)\n" '2. 输入 "小鲸 群ID" 获取群ID\n' "3. 将获取到的群ID粘贴到输入框"),
"tips": ("获取群ID方法:<br>" "1. 群聊右上角添加联系人:bkchat(蓝鲸信息流)<br>" '2. 输入 "小鲸 群ID" 获取群ID<br>' "3. 将获取到的群ID粘贴到输入框"),
"is_active": True,
}
result["data"].append(bk_chat)
Expand Down

0 comments on commit 0026b40

Please sign in to comment.