This commit is contained in:
shenjack 2024-08-26 23:39:54 +08:00
parent 33b3dcbfc0
commit b051d6c669
Signed by: shenjack
GPG Key ID: 7B1134A979775551
4 changed files with 12 additions and 5 deletions

View File

@ -10,6 +10,8 @@ shenjack 的 namerena 镜像项目
你也可以在 [fight 分支](./branch/fight/) 看到纯战斗特化的分支
你可以在 [news](./news.md) 看到更新日志
## 项目目标
完全了解清楚 namerena 的运行机制

View File

@ -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

6
md5.js
View File

@ -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

5
news.md Normal file
View File

@ -0,0 +1,5 @@
# 更新日志?
## md5-api 0.4.1~0.4.3
修复了各种逆天问题(包括小天才的 loader div没删, `\r``\r`)