vault backup: 2024-01-05 19:25:24

This commit is contained in:
2024-01-05 19:25:25 +08:00
parent 4438582e5f
commit 0ba9f77431
14 changed files with 3 additions and 1047 deletions

View File

@@ -11,7 +11,7 @@ created: 2023-07-03 12:17:55
>[!attention] 未名之约
>```dataviewjs
>const targetDate_1 = '2023-12-23'
>const targetDate_1 = '2024-12-21'
>const prefix_1 = '距离研究生考试还有 '
>const suffix_1 = ' 天'
>const days_1 = Math.ceil((new Date(targetDate_1.replace(/-/g, '/'))-Date.now())/864e5)