Merge branch 'Yidadaa:main' into main

This commit is contained in:
Hk-Gosuto
2023-09-05 09:33:28 +08:00
committed by GitHub
2 changed files with 19 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ export const NARROW_SIDEBAR_WIDTH = 100;
export const ACCESS_CODE_PREFIX = "nk-";
export const LAST_INPUT_KEY = "last-input";
export const UNFINISHED_INPUT = (id: string) => "unfinished-input-" + id;
export const REQUEST_TIMEOUT_MS = 60000;