优化: 清理编号注释

This commit is contained in:
lxy
2026-08-12 00:47:45 +08:00
parent 7a1e80eac2
commit 4ad78abad6
7 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ const activeConv = computed(() =>
watch(
() => activeConv.value?.title,
(newTitle, oldTitle) => {
// FIX-17 P2-4:合并为单条件——标题从空→非空才触发淡入,其他变化不闪
// 标题从空→非空才触发淡入,其他变化不闪
if (!newTitle || oldTitle) return
titleFlash.value = true
if (_titleFlashTimer) clearTimeout(_titleFlashTimer)