Compare commits
No commits in common. "3d39d7fc842e5a0c434758c87c29737771984098" and "e039ad8655dedce6f4080cd88cd77d164f2949f6" have entirely different histories.
3d39d7fc84
...
e039ad8655
@ -1,3 +1,6 @@
|
|||||||
|
// let document = document;
|
||||||
|
// let window = window;
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
let name_input = "!test!\n\natest\n\ntest2";
|
let name_input = "!test!\n\natest\n\ntest2";
|
||||||
@ -16942,11 +16945,9 @@ T.Plr.prototype = {
|
|||||||
// Plr 构造函数
|
// Plr 构造函数
|
||||||
// 名字字符输入的处理在此
|
// 名字字符输入的处理在此
|
||||||
var s, r, q, p, o, n, m, l, k, j, i, this_ = this
|
var s, r, q, p, o, n, m, l, k, j, i, this_ = this
|
||||||
|
|
||||||
this_.I = this_.gfJ()
|
this_.I = this_.gfJ()
|
||||||
s = this_.r = this_.a // 名字第一部分
|
s = this_.r = this_.a // 名字第一部分
|
||||||
r = this_.b // @ 号以后的东西
|
r = this_.b // @ 号以后的东西
|
||||||
|
|
||||||
if (r != null && r !== "" && r !== s) {
|
if (r != null && r !== "" && r !== s) {
|
||||||
// 有战队情况下构造名字
|
// 有战队情况下构造名字
|
||||||
r = this_.e = H.as_string(s) + "@" + H.as_string(this_.b)
|
r = this_.e = H.as_string(s) + "@" + H.as_string(this_.b)
|
||||||
@ -16954,11 +16955,9 @@ T.Plr.prototype = {
|
|||||||
this_.e = this_.b = s
|
this_.e = this_.b = s
|
||||||
r = s
|
r = s
|
||||||
}
|
}
|
||||||
|
|
||||||
this_.f = r
|
this_.f = r
|
||||||
q = this_.d // + 号以后的东西
|
q = this_.d // + 号以后的东西
|
||||||
if (q != null && q !== "") {
|
if (q != null && q !== "") {
|
||||||
|
|
||||||
// MARK: DIY part
|
// MARK: DIY part
|
||||||
if (q.startsWith("diy")) {
|
if (q.startsWith("diy")) {
|
||||||
this_.diy = q.slice(3)
|
this_.diy = q.slice(3)
|
||||||
@ -16983,9 +16982,7 @@ T.Plr.prototype = {
|
|||||||
p.b3(o)
|
p.b3(o)
|
||||||
this_.weapon = p
|
this_.weapon = p
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (J.lW(s, " ")) {
|
if (J.lW(s, " ")) {
|
||||||
this_.r = s.split(" ")[0]
|
this_.r = s.split(" ")[0]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user