fix: 修复遗漏的 backend-single 引用(Java源码/前端注释/配置文件/IDE配置)

This commit is contained in:
2026-06-27 17:32:18 +08:00
parent 591f70a2f6
commit 8e6b69f6c7
24 changed files with 31 additions and 1585 deletions
+4 -4
View File
@@ -3035,13 +3035,13 @@ onUnmounted(() => {
}
.chat-voice-btn {
width: 86rpx;
height: 76rpx;
width: 72rpx;
height: 68rpx;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
border-radius: 26rpx;
border-radius: 22rpx;
color: #e8ccff;
font-size: 24rpx;
font-weight: 800;
@@ -3057,7 +3057,7 @@ onUnmounted(() => {
}
.voice-icon {
font-size: 32rpx;
font-size: 24rpx;
line-height: 1;
}