efront 4.5.10 → 4.5.13

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.
@@ -1,11 +0,0 @@
1
- function filterTime_test() {
2
- console.log(filterTime(''), ``);
3
- console.log(filterTime(null), null);
4
- console.log(filterTime(undefined), undefined);
5
- console.log(filterTime("我出生的第二年"), `我出生的第二年`);
6
- console.log(filterTime(new Date(new Date - 100)), `刚刚`);
7
- console.log(filterTime(new Date(new Date - 60000)), `h:mm`);
8
- console.log(filterTime(new Date(new Date - 86400000)), `M月d日 h:mm`);
9
- console.log(filterTime(new Date(new Date().setFullYear(new Date().getFullYear() - 1))), `y年M月d日 h:mm`);
10
- return button("");
11
- }
File without changes