From 724292b44a67be8eb9679e623366f4016e31e4f4 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sun, 5 May 2024 01:16:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=AB=E8=97=8F=EF=BC=81=EF=BC=88=E4=B8=8D?= =?UTF-8?q?=E6=98=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- branch/latest/md5.js | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 2dcfc8c..e3b18d2 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1,17 +1,17 @@ 'use strict'; // let name_input = "!test!\n\natest\n\ntest2"; -let name_input = "this_is_a\nthis_is_b"; -// let name_input = ` -// '9tEUG@LuoTianyi -// t2W%(s@LuoTianyi -// mTWD1soR原创@LuoTianyi +// let name_input = "this_is_a\nthis_is_b"; +let name_input = ` +'9tEUG@LuoTianyi +t2W%(s@LuoTianyi +mTWD1soR原创@LuoTianyi -// 天依 VEfVDZVpD@candle -// 凶镬9aY5DnWAq@candle -// Raven qPu%yV$O@candle +天依 VEfVDZVpD@candle +凶镬9aY5DnWAq@candle +Raven qPu%yV$O@candle -// seed:自生自灭 #1@!`; +seed:自生自灭 #1@!`; let assets_data = { lang: null, gAd: null, @@ -43,7 +43,12 @@ let logger = { function fmt_RunUpdate(update) { let message = update.d; - let source_plr = update.e.a; + // let source_plr = update.e.a; + if (update.e !== null && update.e.a !== null) { + source_plr = update.e.a + } else { + source_plr = "none" + } let target_plr = update.f; if (target_plr !== null && target_plr.a !== null) { target_plr = target_plr.a