vault backup: 2023-09-01 19:56:52

This commit is contained in:
CommunistSpectre
2023-09-01 19:56:52 +08:00
parent 95a35734d3
commit 02328fb529
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ created: 2023-07-03 12:17:55
>
>>[!summary] 无限进步
>>```dataview
>>table without id file.link as 项目, Completed as 完成数, Total as 总数,"<progress max=100 value=" + round((Completed/Total)*100) + "></progress> " as 总进度
>>table without id file.link as 项目, completed as 完成数, total as 总数,"<progress max=100 value=" + round((completed/total)*100) + "></progress> " as 总进度
>>from #Task
>>sort file.name
>>```