UNPKG

@logicflow/dumi-theme-simple

Version:
14 lines (13 loc) 359 B
import * as _ from 'lodash-es'; import insertCss from 'insert-css'; import { setupWebChat } from "../services/webchat"; // 挂载一些全局变量 if (window) { window.lodash = _; window.insertCss = insertCss; } setupWebChat().then(function (client) { window.cozeWebSDK = client; }).catch(function (e) { console.error('webchat setup failed', e); });