Skip to content

Commit

Permalink
fix(quest desc): 任务描述错楼
Browse files Browse the repository at this point in the history
  • Loading branch information
X3ZvaWQ committed Jul 15, 2024
1 parent 58aa62b commit 90b7349
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/quest.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ export const questTargetDescFormat = (target) => {
.replace(/\\n/g, "\n")
.replace(/\<G\>/g, "&emsp;&emsp;")
.replace(/\<C\>/g, "侠士")
.replace(/\<N\>/g, "侠士");
.replace(/\<N\>/g, "侠士")
.replace(/\<F\d+ (.+?)\>/g, '$1');
else return "";
};

Expand Down

0 comments on commit 90b7349

Please sign in to comment.