Skip to content

Commit

Permalink
Merge pull request #102 from runnableAir/main
Browse files Browse the repository at this point in the history
Fix explanation(EN ver) mismatch for the figure of  "Save Command"
  • Loading branch information
babyfish-ct authored Feb 7, 2025
2 parents 8cde3cb + b388155 commit a767330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/HomepageFeatures/SaveCommand.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,10 @@ const EN =
<span style={{color:"blue"}}>Blue parts</span>: For entity objects that exist in both new and old data structures, modify associations if they have changed
</li>
<li>
<span style={{color:"green"}}>Green parts</span>: 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
<span style={{color:"green"}}>Green parts</span>: For entity objects that exist in the new data structure but not in the old one, insert data and establish associations
</li>
<li>
<span style={{color:"red"}}>Red parts</span>: For entity objects that exist in the new data structure but not in the old one, insert data and establish associations
<span style={{color:"red"}}>Red parts</span>: 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
</li>
</ul>
</li>
Expand Down

0 comments on commit a767330

Please sign in to comment.