模板:QQchat:修订间差异
来自RIA | Wiki
更多操作
LettuceIce(留言 | 贡献) 无编辑摘要 |
LettuceIce(留言 | 贡献) 无编辑摘要 |
||
| 第25行: | 第25行: | ||
"time": { | "time": { | ||
"description": "聊天时间", | "description": "聊天时间", | ||
"type": "string" | "type": "string", | ||
"suggested": true | |||
}, | }, | ||
"message": { | "message": { | ||
"description": "消息内容", | "description": "消息内容", | ||
"type": "string" | "type": "string", | ||
"required": true | |||
}, | }, | ||
"user_profile": { | "user_profile": { | ||
| 第35行: | 第37行: | ||
"example": "background-color=red", | "example": "background-color=red", | ||
"type": "string", | "type": "string", | ||
"default": "background-color=gray" | "default": "background-color=gray", | ||
"suggested": true | |||
}, | }, | ||
"user_title": { | "user_title": { | ||
"description": "用户头衔", | "description": "用户头衔", | ||
"type": "string" | "type": "string", | ||
"required": true | |||
}, | }, | ||
"user_name": { | "user_name": { | ||
"description": "用户昵称", | "description": "用户昵称", | ||
"type": "string" | "type": "string", | ||
"required": true | |||
}, | }, | ||
"group_name": { | "group_name": { | ||
"description": "群聊名称", | "description": "群聊名称", | ||
"type": "string" | "type": "string", | ||
"required": true | |||
} | } | ||
}, | }, | ||
2023年11月2日 (四) 17:11的版本
{{{group_name}}}
{{{time}}}
{{{message}}}
{{{user_title}}} {{{user_name}}}
无描述。
| 参数 | 描述 | 类型 | 状态 | |
|---|---|---|---|---|
| group_name | group_name | 群聊名称 | 字符串 | 必需 |
| time | time | 聊天时间 | 字符串 | 推荐 |
| message | message | 消息内容 | 字符串 | 必需 |
| user_profile | user_profile | 用户头像(仅接受background-color)
| 字符串 | 推荐 |
| user_title | user_title | 用户头衔 | 字符串 | 必需 |
| user_name | user_name | 用户昵称 | 字符串 | 必需 |