From b051d6c669e42a141c4cc4fc31a5bbb516aa18c8 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Mon, 26 Aug 2024 23:39:54 +0800 Subject: [PATCH] 0.4.3 --- README.md | 2 ++ branch/latest/md5.js | 4 ++-- md5.js | 6 +++--- news.md | 5 +++++ 4 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 news.md diff --git a/README.md b/README.md index 979a87e..deffc71 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ shenjack 的 namerena 镜像项目 你也可以在 [fight 分支](./branch/fight/) 看到纯战斗特化的分支 +你可以在 [news](./news.md) 看到更新日志 + ## 项目目标 完全了解清楚 namerena 的运行机制 diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 0b1f259..26d72f3 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -1,6 +1,6 @@ 'use strict'; -const _version_ = "0.4.2"; +const _version_ = "0.4.3"; let finish_trigger = null; let stop_bomb = false; @@ -16750,7 +16750,7 @@ T.Engine.prototype = { sorted_hash_names = sorted_names } - o = C.Array.aV(sorted_hash_names, "\n") + o = C.Array.aV(sorted_hash_names, "\r") sorted_hash = C.e.gaB().ab(o) this_.b = new LangData.SuperRC4() this_.b.bd(sorted_hash, 1) // init 1 diff --git a/md5.js b/md5.js index 48d519c..26d72f3 100644 --- a/md5.js +++ b/md5.js @@ -1,6 +1,6 @@ 'use strict'; -const _version_ = "0.4.2"; +const _version_ = "0.4.3"; let finish_trigger = null; let stop_bomb = false; @@ -5894,7 +5894,7 @@ var T = { h[l] = J.nB(h[l], 1) } // if (!J.Y(h[1], "")) { - if (h[1] === "") { + if (h[1] !== "") { l = h[1] i = $.n5() l.toString @@ -16750,7 +16750,7 @@ T.Engine.prototype = { sorted_hash_names = sorted_names } - o = C.Array.aV(sorted_hash_names, "\n") + o = C.Array.aV(sorted_hash_names, "\r") sorted_hash = C.e.gaB().ab(o) this_.b = new LangData.SuperRC4() this_.b.bd(sorted_hash, 1) // init 1 diff --git a/news.md b/news.md new file mode 100644 index 0000000..e1fad07 --- /dev/null +++ b/news.md @@ -0,0 +1,5 @@ +# 更新日志? + +## md5-api 0.4.1~0.4.3 + +修复了各种逆天问题(包括小天才的 loader div没删, `\r` 变 `\r`)