mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-26 14:58:55 +08:00
feat: improve event handle (#14177)
This commit is contained in:
@@ -2,4 +2,8 @@ export const OneKB = 1024;
|
||||
export const OneMB = OneKB * OneKB;
|
||||
export const OneGB = OneKB * OneMB;
|
||||
export const OneMinute = 1000 * 60;
|
||||
export const OneDay = OneMinute * 60 * 24;
|
||||
export const OneHour = OneMinute * 60;
|
||||
export const OneDay = OneHour * 24;
|
||||
export const OneWeek = OneDay * 7;
|
||||
export const OneMonth = OneDay * 30;
|
||||
export const OneYear = OneDay * 365;
|
||||
|
||||
Reference in New Issue
Block a user