📌  相关文章
📜  夏季笔记关闭某些东西 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:38.154000             🧑  作者: Mango

代码示例1
`$('#summernote').summernote({
  toolbar: [
    // [groupName, [list of button]]
    ['style', ['bold', 'italic', 'underline', 'clear']],
    ['font', ['strikethrough', 'superscript', 'subscript']],
    ['fontsize', ['fontsize']],
    ['color', ['color']],
    ['para', ['ul', 'ol', 'paragraph']],
    ['height', ['height']]
  ]
});`