mirror of
https://github.com/vform666/variant-form3-vite.git
synced 2025-03-15 07:04:36 +08:00
20 lines
665 B
JavaScript
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'
|