mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 06:12:53 +08:00
🎨 添加阴影
This commit is contained in:
parent
35699f86e3
commit
8d6417b8ff
@ -60,6 +60,7 @@ body {
|
||||
border-radius: 50%;
|
||||
margin-top: 38px;
|
||||
margin-left: 40px;
|
||||
box-shadow: 0px 0 10px 3px #D6A7A7;
|
||||
}
|
||||
|
||||
.avatar-img {
|
||||
|
||||
@ -426,7 +426,7 @@ async def _generate_html_card(
|
||||
"gold": f"金币+{gold}",
|
||||
"gift": gift,
|
||||
"level": f"{level} [{lik2relation[level]}]",
|
||||
"attitude": f"{BotConfig.self_nickname}对你的态度: {level2attitude[level]}",
|
||||
"attitude": f"对你的态度: {level2attitude[level]}",
|
||||
"interpolation": f"{interpolation:.2f}",
|
||||
"heart2": [1 for _ in range(int(level))],
|
||||
"heart1": [1 for _ in range(9 - int(level))],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user