feat: add image alignment options and enhance image handling in ArticleEditorCanvas

This commit is contained in:
2026-04-05 23:41:58 +08:00
parent b08be076b2
commit fe124b0ba4
8 changed files with 821 additions and 28 deletions
@@ -425,6 +425,9 @@ const enUS = {
imageMenu: {
replace: "Replace image",
caption: "Toggle caption",
alignLeft: "Align left",
alignCenter: "Align center",
alignRight: "Align right",
resetSize: "Reset size",
delete: "Delete image",
},