MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / DoubleLog

Function DoubleLog

gqftbz.js:850–860  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

848}
849// 双平台log输出
850function DoubleLog(data) {
851 if ($.isNode()) {
852 if (data) {
853 console.log(`${data}`);
854 msg += `\n${data}`;
855 }
856 } else {
857 console.log(`${data}`);
858 msg += `\n${data}`;
859 }
860}
861// 发送消息
862async function SendMsg(message) {
863 if (!message) return;

Callers 7

user_infoMethod · 0.70
task_signinMethod · 0.70
task_readMethod · 0.70
task_likeMethod · 0.70
task_shareMethod · 0.70
art_listMethod · 0.70
getNoticeFunction · 0.70

Calls 2

isNodeMethod · 0.45
logMethod · 0.45

Tested by

no test coverage detected