mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
web: 移除Safari<14.5兼容处理
This commit is contained in:
@@ -22,7 +22,6 @@ export function getImageFromLegado(src) {
|
||||
);
|
||||
}
|
||||
// @ts-ignore
|
||||
|
||||
export const dateFormat = (/** @type {number} */ t) => {
|
||||
let time = new Date().getTime();
|
||||
let offset = Math.floor((time - t) / 1000);
|
||||
|
||||
Reference in New Issue
Block a user