if(
prop("Start").empty()==true,"未启动".style("b","red"),
lets(
a,if(prop("Start").empty()!=true,1,0),
b,if(prop("Day 1").empty()!=true,1,0),
c,if(prop("Day 2").empty()!=true,2,0),
d,if(prop("Day 4").empty()!=true,4,0),
d,a+b+c+d,
dateAdd(prop("Start"),d,"days")
)
)
<aside> <img src="/icons/light-bulb_gray.svg" alt="/icons/light-bulb_gray.svg" width="40px" /> 本页是我的 《Notion 系统课程》 的补充,因此需要搭配课程一起阅读,才能更好理解本页内容的意义
当你遇到问题时,你可以:
关于我 | B 站|Youtube|小红书|公众号 | 即刻 |X|我的更新动态
</aside>