@jx3box/jx3box-editor 1.7.8 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -122,7 +122,7 @@
122
122
  .w-directory-anchor{
123
123
  .fz(16px);
124
124
  .pointer;
125
- color:@color !important;
125
+ // color:@color !important;
126
126
  &:hover{
127
127
  box-shadow:none !important;
128
128
  color:#c00 !important;
@@ -51,7 +51,7 @@ function directory(from, to = '#directory') {
51
51
  // 进行克隆
52
52
  let _item = $(item).clone();
53
53
  // 解决懒加载跳转位置问题
54
- $(item).prepend(`<a id="directory-${i}" class="el-icon-s-flag w-directory-anchor"></a>`);
54
+ $(item).prepend(`<a id="directory-${i}" class="el-icon-link w-directory-anchor"></a>`);
55
55
 
56
56
  // 过滤行内样式
57
57
  _item.removeAttr("style");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-editor",
3
- "version": "1.7.8",
3
+ "version": "1.8.0",
4
4
  "description": "JX3BOX Article & Editor",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/Tinymce.vue CHANGED
@@ -81,7 +81,7 @@ export default {
81
81
  "code fullscreen wordcount powerpaste pagebreak printpage pz", // template anchor jx3icon autosave
82
82
  ],
83
83
  toolbar: [
84
- "undo | formatselect | fontsizeselect | forecolor backcolor | bold italic underline strikethrough superscript subscript | link unlink anchor | fullscreen code", //restoredraft
84
+ "undo | formatselect | fontsizeselect | forecolor backcolor | bold italic underline strikethrough superscript subscript | link unlink | fullscreen code", //anchor restoredraft
85
85
  "removeformat | hr alignleft aligncenter alignright alignjustify indent outdent | bullist numlist checklist table blockquote foldtext codeinline codesample latex | emoticons image media videox | macro pz qixue talent2 pagebreak printpage", // template anchor jx3icon
86
86
  ],
87
87
  mobile: {