Appearance
当将时长对象序列化为 JSON 时,它将会表示为 ISO8601 字符串。
JSON.stringify({ postDuration: dayjs.duration(5, "m"), }); // '{"postDuration":"PT5M"}'