vdpAdmin 68e2db055f 升级到3.0.5:
1. 优化卡片组件card的接收拖拽区域大小;
2. 修复type属性编辑器配置错误的问题。
2022-03-10 15:41:56 +08:00

20 lines
665 B
JavaScript

export const DESIGNER_OPTIONS = {
showLanguageMenu: true,
showGetSourceURL: true,
showGithubURL: true,
showDocumentURL: true,
showChatGroup: true,
//
}
export const VARIANT_FORM_VERSION = '3.0.5'
//export const MOCK_CASE_URL = 'https://www.fastmock.site/mock/2de212e0dc4b8e0885fea44ab9f2e1d0/vform/'
export const MOCK_CASE_URL = 'https://ks3-cn-beijing.ksyuncs.com/vform-static/vcase/'
//export const ACE_BASE_PATH = 'public/lib/ace/src-min-noconflict'
export const ACE_BASE_PATH = 'https://ks3-cn-beijing.ksyun.com/vform2021/ace-mini'
export const BEAUTIFIER_PATH= 'https://ks3-cn-beijing.ksyun.com/vform2021/js-beautify/1.14.0/beautifier.min.js'