mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-25 23:51:15 +00:00
fix(docs): preserve canonical maturity product labels
This commit is contained in:
@@ -157,8 +157,14 @@ Options:
|
||||
|
||||
function familyTitle(value: string): string {
|
||||
const titles: Record<string, string> = {
|
||||
googlechat: "Google Chat",
|
||||
imessage: "iMessage",
|
||||
msteams: "Microsoft Teams",
|
||||
openai: "OpenAI",
|
||||
openclaw: "OpenClaw",
|
||||
"platform-app": "Platform",
|
||||
"provider-tool": "Provider and tool",
|
||||
whatsapp: "WhatsApp",
|
||||
};
|
||||
return (
|
||||
titles[value] ??
|
||||
|
||||
Reference in New Issue
Block a user