Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 修复标签问题 #7545 #7614

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading