lanxin 23 часов назад
Родитель
Сommit
23c77fcd86

BIN
scene/public/static/images/leave.png


+ 14 - 1
scene/public/static/js/main_2020_show.js

@@ -21835,9 +21835,11 @@ window.Modernizr = (function (n, e, t) {
                               ]
                               const backList = [
                                 "UIvfI7864930",
-                                "lVJNiL6475205",
                                 "1WbTN3378847"
                               ]
+                              const leaveList = [
+                                "lVJNiL6475205",
+                              ]
                               const preList = []
                               const nextList = ["7cfwna384370"]
                               if (xyclList.includes(sid)) {
@@ -21906,6 +21908,17 @@ window.Modernizr = (function (n, e, t) {
                                   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(
                                 e.hots[sid],
                                 e.hots[sid].version != "multi" && "byHot",

BIN
scene/src/assets/images/leave.png