cherry-muse 1.0.3 → 1.0.4

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.
@@ -68137,8 +68137,7 @@
68137
68137
  // The locale Cherry is going to use. Locales live in /src/locales/
68138
68138
  locale: 'zh_CN',
68139
68139
  // cherry初始化后是否检查 location.hash 尝试滚动到对应位置
68140
- autoScrollByHashAfterInit: true,
68141
- stats: true
68140
+ autoScrollByHashAfterInit: true
68142
68141
  };
68143
68142
 
68144
68143
  if (window.outerWidth <= 600) {
@@ -68580,7 +68579,7 @@
68580
68579
  });
68581
68580
  }
68582
68581
 
68583
- var VERSION = "1.0.2-62696535";
68582
+ var VERSION = "1.0.3-0006dc04";
68584
68583
  var CherryStatic = /*#__PURE__*/function () {
68585
68584
  // for type check only
68586
68585
  // TODO: fix this error
@@ -69202,8 +69201,6 @@
69202
69201
  _classCallCheck(this, Stats);
69203
69202
 
69204
69203
  this.$cherry = options.$cherry;
69205
- console.log(options);
69206
- if (!this.$cherry.options.stats) return;
69207
69204
  this.container = null;
69208
69205
  this.stats = {
69209
69206
  characters: 0,