Merge remote-tracking branch 'origin/2.0.X' into 2.0.X

This commit is contained in:
Louis Lam
2023-09-01 05:23:52 +08:00
22 changed files with 1306 additions and 264 deletions

View File

@@ -84,10 +84,12 @@ export default {
},
title() {
if (this.type === "1y") {
return `1${this.$t("-year")}`;
}
if (this.type === "720") {
return `30${this.$t("-day")}`;
}
return `24${this.$t("-hour")}`;
}
},