Suffix.normal constructor

Suffix.normal()

Implementation

Suffix.normal() {
  this.years = '年';
  this.month = '月';
  this.days = '日';
  this.hours = '时';
  this.minutes = '分';
  this.seconds = '秒';
}