1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 07:55:36 +00:00

add excalidraw viewer

This commit is contained in:
小强
2025-04-09 11:03:38 +08:00
parent 1be01e5186
commit ca865eb9f9
8 changed files with 197 additions and 23 deletions

View File

@@ -0,0 +1,15 @@
export const SAVE_INTERVAL_TIME = 3 * 60 * 1000;
export const langList = {
'zh-cn': 'zh-CN',
'en': 'en',
'zh-tw': 'zh-TW',
'ru': 'ru-RU',
'it': 'it-IT',
'fr': 'fr-FR',
'es-ms': 'en',
'es-ar': 'en',
'es': 'es-ES',
'de': 'de-DE',
'cs': 'cs-CZ',
};