模板:QQchat:修订间差异
来自RIA | Wiki
更多操作
LettuceIce(留言 | 贡献) 无编辑摘要 |
LettuceIce(留言 | 贡献) 无编辑摘要 |
||
| 第12行: | 第12行: | ||
<span style="border-radius: 10px;background-color: white; padding: 6px 10px 6px 10px; display: inline-block;"><span> | <span style="border-radius: 10px;background-color: white; padding: 6px 10px 6px 10px; display: inline-block;"><span> | ||
<span style="color: #000000; font-size:14px; ">{{{message}}}</span> | <span style="color: #000000; font-size:14px; ">{{{message}}}</span> | ||
<div style="position:absolute;left:-42px;top:-25px;width:36px;height:36px;border-radius:50%; | <div style="position:absolute;left:-42px;top:-25px;width:36px;height:36px;border-radius:50%;{{{user_profile}}}"></div> | ||
<div style="position:absolute; top: -36px; left:0px;> <!-- 3 --> | <div style="position:absolute; top: -36px; left:0px;> <!-- 3 --> | ||
<span style="color:white;background-image:linear-gradient(90deg,#C487FF,#E8A2FC); padding: 0px 3px 0px 3px; border-radius: 3px; font-size:10px;display: inline-block;">'''{{{user_title}}}'''</span> | <span style="color:white;background-image:linear-gradient(90deg,#C487FF,#E8A2FC); padding: 0px 3px 0px 3px; border-radius: 3px; font-size:10px;display: inline-block;">'''{{{user_title}}}'''</span> | ||
2023年11月2日 (四) 17:15的版本
{{{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 | 用户昵称 | 字符串 | 必需 |