MCPcopy Index your code
hub / github.com/chavyleung/scripts / showmsg

Function showmsg

feng/feng.js:58–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57
58function showmsg() {
59 const signCode = $.sign.status.code
60 const result = signCode === 0 ? '成功' : signCode === 1021 ? '重复' : '失败'
61 $.subt = `签到: ${result}`
62 $.desc = `说明: ${$.sign.status.message}`
63 $.msg($.name, $.subt, $.desc)
64}
65
66function encrypt(str) {
67 const key = `aaf82c19ea3b090b`

Callers 1

feng.jsFile · 0.70

Calls 1

msgMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…