From b3881558871cf841b523be58066c5ebdf6a8dbbc Mon Sep 17 00:00:00 2001 From: runnableAir <1316214297@qq.com> Date: Fri, 7 Feb 2025 03:01:27 +0800 Subject: [PATCH] Fix explanation mismatch for the figure of Save Command --- src/components/HomepageFeatures/SaveCommand.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/HomepageFeatures/SaveCommand.tsx b/src/components/HomepageFeatures/SaveCommand.tsx index 1a17cb56a..f5fb05677 100644 --- a/src/components/HomepageFeatures/SaveCommand.tsx +++ b/src/components/HomepageFeatures/SaveCommand.tsx @@ -147,10 +147,10 @@ const EN = Blue parts: For entity objects that exist in both new and old data structures, modify associations if they have changed
  • - Green parts: For entity objects that exist in the old data structure but not in the new one, decouple this object, clear associations and possibly delete data + Green parts: For entity objects that exist in the new data structure but not in the old one, insert data and establish associations
  • - Red parts: For entity objects that exist in the new data structure but not in the old one, insert data and establish associations + Red parts: For entity objects that exist in the old data structure but not in the new one, decouple this object, clear associations and possibly delete data