Skip to content

Commit

Permalink
fix: minute显示问题
Browse files Browse the repository at this point in the history
  • Loading branch information
ted423 committed Mar 5, 2022
1 parent 2dfd3ee commit 5377cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/options/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ class Main {
month: this.i18n.vuei18n.t("timeline.time.month", this.i18n.currentLanguage).toString(),
day: this.i18n.vuei18n.t("timeline.time.day", this.i18n.currentLanguage).toString(),
hour: this.i18n.vuei18n.t("timeline.time.hour", this.i18n.currentLanguage).toString(),
mins: this.i18n.vuei18n.t("timeline.time.minute", this.i18n.currentLanguage).toString(),
week: this.i18n.vuei18n.t("timeline.time.week", this.i18n.currentLanguage.toString())
mins: this.i18n.vuei18n.t("timeline.time.mins", this.i18n.currentLanguage).toString(),
week: this.i18n.vuei18n.t("timeline.time.week", this.i18n.currentLanguage).toString()
};

let now = new Date().getTime();
Expand Down

0 comments on commit 5377cc4

Please sign in to comment.