优化: 清理编号注释
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user