Skip to content

Commit

Permalink
chore(toolbox): 整理剧情翻译输出格式
Browse files Browse the repository at this point in the history
  • Loading branch information
mark9804 committed May 10, 2024
1 parent 02503be commit 550ca7e
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,12 @@ export const useScenarioStore = defineStore({
},
setProofreader(proofreader: string) {
if (!this.scenario.proofreader) {
this.scenario.proofreader = "";
this.scenario = {
GroupId: this.scenario.GroupId,
translator: this.scenario.translator,
proofreader,
content: this.scenario.content,
}
}
this.scenario.proofreader = proofreader;
},
Expand Down

0 comments on commit 550ca7e

Please sign in to comment.