|
@@ -21835,9 +21835,11 @@ window.Modernizr = (function (n, e, t) {
|
|
|
]
|
|
]
|
|
|
const backList = [
|
|
const backList = [
|
|
|
"UIvfI7864930",
|
|
"UIvfI7864930",
|
|
|
- "lVJNiL6475205",
|
|
|
|
|
"1WbTN3378847"
|
|
"1WbTN3378847"
|
|
|
]
|
|
]
|
|
|
|
|
+ const leaveList = [
|
|
|
|
|
+ "lVJNiL6475205",
|
|
|
|
|
+ ]
|
|
|
const preList = []
|
|
const preList = []
|
|
|
const nextList = ["7cfwna384370"]
|
|
const nextList = ["7cfwna384370"]
|
|
|
if (xyclList.includes(sid)) {
|
|
if (xyclList.includes(sid)) {
|
|
@@ -21906,6 +21908,17 @@ window.Modernizr = (function (n, e, t) {
|
|
|
voidCount: 0,
|
|
voidCount: 0,
|
|
|
};
|
|
};
|
|
|
}
|
|
}
|
|
|
|
|
+ if (leaveList.includes(sid)) {
|
|
|
|
|
+ e.hots[sid].texType = "photo";
|
|
|
|
|
+ e.hots[sid].texSrc = "static/images/leave.png?";
|
|
|
|
|
+ e.hots[sid].animateInfo = {
|
|
|
|
|
+ duration: 2000,
|
|
|
|
|
+ cellXcount: 27,
|
|
|
|
|
+ cellYcount: 1,
|
|
|
|
|
+ loop: true,
|
|
|
|
|
+ voidCount: 0,
|
|
|
|
|
+ };
|
|
|
|
|
+ }
|
|
|
new Hot(
|
|
new Hot(
|
|
|
e.hots[sid],
|
|
e.hots[sid],
|
|
|
e.hots[sid].version != "multi" && "byHot",
|
|
e.hots[sid].version != "multi" && "byHot",
|