diff --git a/dsLightRag/XingJun/move.html b/dsLightRag/XingJun/move.html index 860983f6..71647ff8 100644 --- a/dsLightRag/XingJun/move.html +++ b/dsLightRag/XingJun/move.html @@ -435,6 +435,8 @@ centerDot.style.top = item.top; backgroundContainer.appendChild(centerDot); console.log('[加载] 已恢复中心点:', item); + centerDotExists = true; // 添加此行 + saveAllElements(); // 添加此行 } }); }