Skip to content

Commit

Permalink
Update keigennRecord2.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Souma-Sumire committed Dec 5, 2023
1 parent 2907731 commit 4e86870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/keigennRecord2.vue
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ const handleLine = (line: string) => {
const time = combatTimeStamp.value === 0 ? 0 : timestamp - combatTimeStamp.value;
const formattedTime = formatTime(time);
const targetJob = jobMap[targetId] ?? target.substring(0, 2);
const job = Util.nameToFullName(Util.jobEnumToJob(parseInt(targetJob, 16))).cn.substring(0, 2);
const job = Util.nameToFullName(Util.jobEnumToJob(parseInt(targetJob, 16))).simple2;
const jobEnum = parseInt(targetJob, 16);
const jobIcon = Util.jobEnumToIcon(jobEnum).toLocaleLowerCase();
// dot/hot日志的source不准确 故无法计算目标减
Expand Down

0 comments on commit 4e86870

Please sign in to comment.