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",
},
@@ -432,6 +432,9 @@ const zhCN = {
imageMenu: {
replace: "替换图片",
caption: "切换图注",
alignLeft: "居左",
alignCenter: "居中",
alignRight: "居右",
resetSize: "重置大小",
delete: "删除图片",
},