mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-25 06:14:06 +00:00
feat: undo-redo & edit snapshots (#2436)
* feat: undo-redo & edit snapshots * fix merge * add simple history back * fix some undo * change app latest version * fix * chatconfig * fix snapshot * fix * fix * fix * fix compare * fix initial * fix merge: * fix useEffect * fix snapshot initial and saved state * chore * fix * compare snapshot * nodes edges useEffct * fix chatconfig * fix * delete unused method * fix * fix * fix * default version name
This commit is contained in:
@@ -45,5 +45,12 @@
|
||||
},
|
||||
"tool_input": "Tool",
|
||||
"update_link_error": "Update link exception",
|
||||
"variable_picker_tips": "enter node name or variable name to search"
|
||||
"variable_picker_tips": "enter node name or variable name to search",
|
||||
"workflow": {
|
||||
"Back_to_current_version": "Back to current version",
|
||||
"My edit": "My edit",
|
||||
"Switch_success": "switch successfully",
|
||||
"Team cloud": "Team cloud",
|
||||
"exit_tips": "Your changes have not been saved. Exiting directly will not save your edits."
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user