+ {toolbarButtons.map((button, index) => {
+ return (
+
+ );
+ })}
+
+ {/* 表格按钮 */}
+
+
+ {showTableMenu && (
+
+ {tableActions.map((action, index) => (
+
+ ))}
+
+ )}
+
+
+ {/* 代码块按钮 */}
+
+
+ {showLangSelector && (
+
+
+ {t('editor.selectLanguage')}
+
+
+
+ {commonLanguages.map(({ value, label }) => (
+
+ ))}
+
+
+ )}
+
+