hoeditor-web 3.1.73 → 3.1.74
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.
- package/lib/hoeditor.umd.js +4 -4
- package/lib/hoeditor.umd.min.js +2 -2
- package/package.json +1 -1
package/lib/hoeditor.umd.js
CHANGED
|
@@ -92638,8 +92638,8 @@ var isMap = function isMap(map) {
|
|
|
92638
92638
|
/*
|
|
92639
92639
|
* @Author: your name
|
|
92640
92640
|
* @Date: 2021-01-28 10:33:07
|
|
92641
|
-
* @LastEditTime:
|
|
92642
|
-
* @LastEditors:
|
|
92641
|
+
* @LastEditTime: 2024-03-01 09:03:03
|
|
92642
|
+
* @LastEditors: liyanan 2441631434@qq.com
|
|
92643
92643
|
* @Description: In User Settings Edit
|
|
92644
92644
|
* @FilePath: \hoeditor-web\src\plugins\util.ts
|
|
92645
92645
|
*/
|
|
@@ -92733,7 +92733,7 @@ var dateFormat = function dateFormat(date, format) {
|
|
|
92733
92733
|
}
|
|
92734
92734
|
if (!stringDate.includes('/')) {
|
|
92735
92735
|
var newDates = new Date();
|
|
92736
|
-
stringDate = "".concat(newDates.getFullYear(), "/").concat(newDates.getMonth() + 1, "/").concat(
|
|
92736
|
+
stringDate = "".concat(newDates.getFullYear(), "/").concat(newDates.getMonth() + 1, "/").concat(newDates.getDate(), " ") + stringDate;
|
|
92737
92737
|
}
|
|
92738
92738
|
} else if (format && format.includes('MM') && !format.includes('yyyy')) {
|
|
92739
92739
|
stringDate = new Date().getFullYear() + '/' + stringDate;
|
|
@@ -206942,7 +206942,7 @@ var TextNode = __webpack_require__(27198);
|
|
|
206942
206942
|
// EXTERNAL MODULE: ./src/editor/dom/treeNode/ParagraphNode.ts
|
|
206943
206943
|
var ParagraphNode = __webpack_require__(67945);
|
|
206944
206944
|
;// CONCATENATED MODULE: ./src/components/version.ts
|
|
206945
|
-
/* harmony default export */ var version = ('3.1.
|
|
206945
|
+
/* harmony default export */ var version = ('3.1.74');
|
|
206946
206946
|
// EXTERNAL MODULE: ./src/components/controls/poperTipText/PoperTipText.vue + 5 modules
|
|
206947
206947
|
var PoperTipText = __webpack_require__(50987);
|
|
206948
206948
|
;// CONCATENATED MODULE: ./src/components/controls/poperTipText/index.ts
|