mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
feat: 添加更新日志功能;优化组件和状态管理;修复部分逻辑错误
This commit is contained in:
@@ -163,7 +163,7 @@ function saveShareImage() {
|
||||
// 生成的ba64图片
|
||||
canvas.toBlob(
|
||||
(data) => {
|
||||
saveAs(data, `vtsuru-提问箱-${accountInfo.value?.name}.png`)
|
||||
saveAs(data!, `vtsuru-提问箱-${accountInfo.value?.name}.png`)
|
||||
},
|
||||
'image/png',
|
||||
1,
|
||||
|
||||
@@ -183,6 +183,7 @@ onUnmounted(() => {
|
||||
|
||||
.question-display-text {
|
||||
min-height: 50px;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.question-display-image {
|
||||
|
||||
Reference in New Issue
Block a user