添加撤回逻辑

This commit is contained in:
2025-05-16 21:10:37 +08:00
parent 308deb15a0
commit 404824bf07
9 changed files with 2791 additions and 4389 deletions

View File

@@ -22,6 +22,14 @@ export const config = {
GREY: "#f0f2f7",
RED: "#ef3e67",
BLUE: "#2559c0",
}
},
UNDO_TYPE: {
NORMAL: 1,
NOTE: 2,
},
}