0.4.3
This commit is contained in:
parent
33b3dcbfc0
commit
b051d6c669
@ -10,6 +10,8 @@ shenjack 的 namerena 镜像项目
|
|||||||
|
|
||||||
你也可以在 [fight 分支](./branch/fight/) 看到纯战斗特化的分支
|
你也可以在 [fight 分支](./branch/fight/) 看到纯战斗特化的分支
|
||||||
|
|
||||||
|
你可以在 [news](./news.md) 看到更新日志
|
||||||
|
|
||||||
## 项目目标
|
## 项目目标
|
||||||
|
|
||||||
完全了解清楚 namerena 的运行机制
|
完全了解清楚 namerena 的运行机制
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
const _version_ = "0.4.2";
|
const _version_ = "0.4.3";
|
||||||
|
|
||||||
let finish_trigger = null;
|
let finish_trigger = null;
|
||||||
let stop_bomb = false;
|
let stop_bomb = false;
|
||||||
@ -16750,7 +16750,7 @@ T.Engine.prototype = {
|
|||||||
sorted_hash_names = sorted_names
|
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)
|
sorted_hash = C.e.gaB().ab(o)
|
||||||
this_.b = new LangData.SuperRC4()
|
this_.b = new LangData.SuperRC4()
|
||||||
this_.b.bd(sorted_hash, 1) // init 1
|
this_.b.bd(sorted_hash, 1) // init 1
|
||||||
|
6
md5.js
6
md5.js
@ -1,6 +1,6 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
const _version_ = "0.4.2";
|
const _version_ = "0.4.3";
|
||||||
|
|
||||||
let finish_trigger = null;
|
let finish_trigger = null;
|
||||||
let stop_bomb = false;
|
let stop_bomb = false;
|
||||||
@ -5894,7 +5894,7 @@ var T = {
|
|||||||
h[l] = J.nB(h[l], 1)
|
h[l] = J.nB(h[l], 1)
|
||||||
}
|
}
|
||||||
// if (!J.Y(h[1], "")) {
|
// if (!J.Y(h[1], "")) {
|
||||||
if (h[1] === "") {
|
if (h[1] !== "") {
|
||||||
l = h[1]
|
l = h[1]
|
||||||
i = $.n5()
|
i = $.n5()
|
||||||
l.toString
|
l.toString
|
||||||
@ -16750,7 +16750,7 @@ T.Engine.prototype = {
|
|||||||
sorted_hash_names = sorted_names
|
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)
|
sorted_hash = C.e.gaB().ab(o)
|
||||||
this_.b = new LangData.SuperRC4()
|
this_.b = new LangData.SuperRC4()
|
||||||
this_.b.bd(sorted_hash, 1) // init 1
|
this_.b.bd(sorted_hash, 1) // init 1
|
||||||
|
Loading…
Reference in New Issue
Block a user