vault backup: 2024-12-23 01:47:42

This commit is contained in:
2024-12-23 01:47:42 +08:00
parent 42a05a756d
commit 315178215b
5 changed files with 69 additions and 12 deletions

View File

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