/
githubmirror
/
drawio
Обзор
Документация
Войти
/
githubmirror
/
drawio
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
src/main/webapp/js/PreConfig.js
13 строк
782 B
David Benson
30.3.6 release
09 июл 2026, 20:21
09 июл 2026, 20:21
43c1dfa
Код
Авторство
О чём код?
/** * Copyright (c) 2006-2024, JGraph Holdings Ltd * Copyright (c) 2006-2024, draw.io AG */ // Overrides of global vars need to be pre-loaded window.DRAWIO_PUBLIC_BUILD = true; window.EXPORT_URL = 'REPLACE_WITH_YOUR_IMAGE_SERVER'; window.DRAWIO_BASE_URL = null; // Replace with path to base of deployment, e.g. https://www.example.com/folder window.DRAWIO_VIEWER_URL = null; // Replace your path to the viewer js, e.g. https://www.example.com/js/viewer.min.js window.DRAWIO_LIGHTBOX_URL = null; // Replace with your lightbox URL, eg. https://www.example.com window.DRAW_MATH_URL = 'math4/es5'; window.DRAWIO_CONFIG = null; // Replace with your custom draw.io configurations. For more details, https://www.drawio.com/doc/faq/configure-diagram-editor urlParams['sync'] = 'manual';