@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
package/package.json
CHANGED
package/src/utils/predefined.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
export const resourceTypes: string[] = ['json', 'widget', 'image', 'audio', 'markdown', 'theme', 'reveal_slide', 'license', 'video', 'catalog'];
|
|
5
5
|
|
|
6
6
|
// 全局列表加载条目数
|
|
7
|
-
export const pageSize: number =
|
|
7
|
+
export const pageSize: number = 100;
|
|
8
8
|
|
|
9
9
|
// Moment 日期时间格式
|
|
10
10
|
export const momentDateFormat: string = 'YYYY-MM-DD'
|