@freelog/tools-lib 0.1.48 → 0.1.49
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/dist/tools-lib.cjs.development.js +1 -1
- package/dist/tools-lib.cjs.development.js.map +1 -1
- package/dist/tools-lib.cjs.production.min.js +1 -1
- package/dist/tools-lib.cjs.production.min.js.map +1 -1
- package/dist/tools-lib.esm.js +1 -1
- package/dist/tools-lib.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/utils/predefined.ts +1 -1
|
@@ -1218,7 +1218,7 @@ var LinkTo = {
|
|
|
1218
1218
|
// 预设资源类型
|
|
1219
1219
|
var resourceTypes = ['json', 'widget', 'image', 'audio', 'markdown', 'theme', 'reveal_slide', 'license', 'video', 'catalog']; // 全局列表加载条目数
|
|
1220
1220
|
|
|
1221
|
-
var pageSize =
|
|
1221
|
+
var pageSize = 100; // Moment 日期时间格式
|
|
1222
1222
|
|
|
1223
1223
|
var momentDateFormat = 'YYYY-MM-DD';
|
|
1224
1224
|
var momentDateTimeFormat = 'YYYY-MM-DD HH:mm'; // 签约方用户的身份类型定义
|