@gaoding/editor-sdk
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "@gaoding/editor-sdk", | ||
"description": "稿定编辑器对外 SDK", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"scripts": { | ||
@@ -29,3 +29,3 @@ "build": "vite build", | ||
}, | ||
"gitHead": "76bf62e8c2e1d56897fe7bed3211719c71745d13" | ||
"gitHead": "290e9475746f6277f1e888fb248aaf11166d732e" | ||
} |
export const env = { | ||
TEMPLATE_EDITOR_URL: import.meta.env.VITE_TEMPLATE_EDITOR_URL, | ||
KOUTU_EDITOR_URL: import.meta.env.VITE_KOUTU_EDITOR_URL, | ||
IMAGE_EDITOR_URL: import.meta.env.VITE_IMAGE_EDITOR_URL, | ||
OPEN_PLATFORM_ORIGIN: import.meta.env.VITE_OPEN_PLATFORM_ORIGIN, | ||
TEMPLATE_EDITOR_URL: 'https://open.gaoding.com/design', | ||
KOUTU_EDITOR_URL: 'https://open.gaoding.com/clip', | ||
IMAGE_EDITOR_URL: 'https://open.gaoding.com/design/image', | ||
OPEN_PLATFORM_ORIGIN: 'https://open.gaoding.com', | ||
}; |
141804