1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 07:44:50 +00:00

add excalidraw viewer (#7719)

Co-authored-by: 小强 <shuntian@xiaoqiangdeMacBook-Pro.local>
This commit is contained in:
杨顺强
2025-04-09 11:16:01 +08:00
committed by GitHub
parent 1be01e5186
commit 2e5b2797b3
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',
};