mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
调整抽卡记录页面的输出质量
This commit is contained in:
parent
99721f934f
commit
2d104076ad
@ -36,8 +36,9 @@ let Gacha = {
|
||||
save_id: uid,
|
||||
uid,
|
||||
gacha,
|
||||
face: Gacha.getFace(uid)
|
||||
}, { e, scale: 1.1, retMsgId: true })
|
||||
face: Gacha.getFace(uid),
|
||||
imgType: 'png'
|
||||
}, { e, scale: 1.2, retMsgId: true })
|
||||
},
|
||||
async stat (e) {
|
||||
let msg = e.msg.replace(/#|统计|分析|池/g, '')
|
||||
@ -65,8 +66,9 @@ let Gacha = {
|
||||
save_id: uid,
|
||||
uid,
|
||||
gacha,
|
||||
face: Gacha.getFace(uid)
|
||||
}, { e, scale: 1.1, retMsgId: true })
|
||||
face: Gacha.getFace(uid),
|
||||
quality: 92
|
||||
}, { e, scale: 1.3 })
|
||||
},
|
||||
|
||||
getFace (uid) {
|
||||
|
@ -56,10 +56,27 @@
|
||||
.gacha-list .gacha-item.wai .name,
|
||||
.gacha-list .gacha-item.wai .icon,
|
||||
.gacha-list .gacha-item.wai .process {
|
||||
background-color: rgba(85, 85, 85, 0.8);
|
||||
background-color: #47484d;
|
||||
}
|
||||
.gacha-list .gacha-item.wai .bar {
|
||||
position: relative;
|
||||
/* &:after {
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: -34px;
|
||||
top: -2px;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
border-radius: 15px;
|
||||
content: "歪";
|
||||
border: 2px solid #f00;
|
||||
color: #f00;
|
||||
text-align: center;
|
||||
line-height: 26px;
|
||||
font-size: 18px;
|
||||
transform: rotate(30deg);
|
||||
background-color: #47484d;
|
||||
} */
|
||||
}
|
||||
.gacha-list .gacha-item.wai .bar:after {
|
||||
content: "";
|
||||
|
@ -81,11 +81,28 @@
|
||||
}
|
||||
|
||||
.name, .icon, .process {
|
||||
background-color: rgba(85, 85, 85, 0.8);
|
||||
background-color: #47484d;
|
||||
}
|
||||
|
||||
.bar {
|
||||
position: relative;
|
||||
/* &:after {
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: -34px;
|
||||
top: -2px;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
border-radius: 15px;
|
||||
content: "歪";
|
||||
border: 2px solid #f00;
|
||||
color: #f00;
|
||||
text-align: center;
|
||||
line-height: 26px;
|
||||
font-size: 18px;
|
||||
transform: rotate(30deg);
|
||||
background-color: #47484d;
|
||||
} */
|
||||
|
||||
&:after {
|
||||
content: "";
|
||||
|
Loading…
Reference in New Issue
Block a user