MCPcopy Create free account
hub / github.com/TributePaulWalker/Profiles / today

Function today

JavaScript/Surge/Timecard.js:77–85  ·  view source on GitHub ↗
(day)

Source from the content-addressed store, hash-verified

75//如果是0天,发送emoji;
76let nowlist = now();
77function today(day) {
78 let daythis = day;
79 if (daythis == "0") {
80 datenotice();
81 return "🎉";
82 } else {
83 return daythis;
84 }
85}
86
87//提醒日当天发送通知
88function datenotice() {

Callers 2

Timecard.jsFile · 0.85
Timecard.jsFile · 0.85

Calls 1

datenoticeFunction · 0.85

Tested by

no test coverage detected