MCPcopy Create free account
hub / github.com/Moli-X/Resources / lowerMsgs

Function lowerMsgs

Script/TBPrice.js:72–77  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

70}
71
72function lowerMsgs(data) {
73 const lower = data.lowerPriceyh
74 const lowerDate = dateFormat(data.lowerDateyh)
75 const lowerMsg = "🍵 历史最低到手价:¥" + String(lower) + ` (${lowerDate}) `
76 return lowerMsg
77}
78
79function priceSummary(data) {
80 let summary = ""

Callers 1

TBPrice.jsFile · 0.70

Calls 1

dateFormatFunction · 0.70

Tested by

no test coverage detected