Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaviilee committed Jan 7, 2025
2 parents bc989c7 + e2276c4 commit c279b6e
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 8 deletions.
11 changes: 11 additions & 0 deletions src/assets/css/adventure/landscape.less
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,17 @@
left: 6px;
}
}
&.gsyj {
top: 319px;
left: 273px;
.u-item__img {
width: 180px;
}
.m-item__text {
top: 0px;
left: 70px;
}
}
}
}
.m-title {
Expand Down
11 changes: 11 additions & 0 deletions src/assets/css/adventure/portrait.less
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,17 @@
left: 6px;
}
}
&.gsyj {
top: 319px;
left: 273px;
.u-item__img {
width: 180px;
}
.m-item__text {
top: 0px;
left: 70px;
}
}
}
}
.m-qy-box {
Expand Down
Binary file added src/assets/img/treasure/pt/143.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/treasure/world/142.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/treasure/world/142_act.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 9 additions & 8 deletions src/assets/js/treasure.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,21 @@ import { getRoleGameAchievements, getAdventures, getAchievements } from "@/servi
const perfectAchievement = {
111: { hasClass: "zhg", zIndex: 9 },
3: { hasClass: "yylj", zIndex: 10 },
88: { hasClass: "xxjt", zIndex: 14 },
83: { hasClass: "zzwg", zIndex: 16 },
104: { hasClass: "wldg", zIndex: 20 },
78: { hasClass: "tjh", zIndex: 17 },
88: { hasClass: "xxjt", zIndex: 15 },
83: { hasClass: "zzwg", zIndex: 18 },
104: { hasClass: "wldg", zIndex: 22 },
78: { hasClass: "tjh", zIndex: 19 },
1: { hasClass: "sssh", zIndex: 7 },
2: { hasClass: "scqf", zIndex: 18 },
2: { hasClass: "scqf", zIndex: 20 },
126: { hasClass: "swxf", zIndex: 12 },
21: { hasClass: "swbj", zIndex: 11 },
121: { hasClass: "rjg", zIndex: 19 },
121: { hasClass: "rjg", zIndex: 21 },
106: { hasClass: "qqj", zIndex: 13 },
90: { hasClass: "lnrh", zIndex: 8 },
66: { hasClass: "jcs", zIndex: 15 },
136: { hasClass: "kwyh", zIndex: 15 },
66: { hasClass: "jcs", zIndex: 17 },
136: { hasClass: "kwyh", zIndex: 17 },
135: { hasClass: "fgzm", zIndex: 13 },
142: { hasClass: "gsyj", zIndex: 16 },
};

let formatDateTime = (dateTimeString) => {
Expand Down

0 comments on commit c279b6e

Please sign in to comment.