@seafile/seafile-calendar 0.0.29-alpha61 → 0.0.29-alpha62

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.
@@ -6948,11 +6948,10 @@ var CalendarRightPanel = function (_React$Component) {
6948
6948
  if (parts[0] && parts[0].length === 4 && (parts[0].slice(0, 3) === '000' || parts[0].slice(0, 2) === '00')) {
6949
6949
  console.log('year', parts[0]);
6950
6950
  console.log('current', current);
6951
- current.year(parts[0]);
6951
+ current.year('0001');
6952
6952
  }
6953
6953
  }
6954
6954
  console.log('可乐', current);
6955
-
6956
6955
  current = isZhcn ? current.locale('zh-cn') : current.locale('en-gb');
6957
6956
  return __WEBPACK_IMPORTED_MODULE_3_react___default.a.createElement(
6958
6957
  'li',