docs: Update all files JSDoc.

This commit is contained in:
chiayin
2024-03-29 15:49:05 +08:00
parent 4ba71d1193
commit e391c9a237
55 changed files with 260 additions and 219 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/**
* 將數字轉換成簡寫的形式,設定 dhms 的數值
* @param {number} totalSeconds
* @param {number} totalSeconds 總秒數
* @returns {string}
*/
export default function abbreviateNumber(totalSeconds) {