59 lines
2.5 KiB
HTML
59 lines
2.5 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="zh-cmn-Hans">
|
||
<head>
|
||
<script>self["MonacoEnvironment"] = (function (paths) {
|
||
return {
|
||
globalAPI: false,
|
||
getWorkerUrl : function (moduleId, label) {
|
||
var result = paths[label];
|
||
if (/^((http:)|(https:)|(file:)|(\/\/))/.test(result)) {
|
||
var currentUrl = String(window.location);
|
||
var currentOrigin = currentUrl.substr(0, currentUrl.length - window.location.hash.length - window.location.search.length - window.location.pathname.length);
|
||
if (result.substring(0, currentOrigin.length) !== currentOrigin) {
|
||
var js = '/*' + label + '*/importScripts("' + result + '");';
|
||
var blob = new Blob([js], { type: 'application/javascript' });
|
||
return URL.createObjectURL(blob);
|
||
}
|
||
}
|
||
return result;
|
||
}
|
||
};
|
||
})({
|
||
"editorWorkerService": "./monacoeditorwork/editor.worker.bundle.js",
|
||
"typescript": "./monacoeditorwork/ts.worker.bundle.js",
|
||
"json": "./monacoeditorwork/json.worker.bundle.js",
|
||
"html": "./monacoeditorwork/html.worker.bundle.js",
|
||
"javascript": "./monacoeditorwork/ts.worker.bundle.js",
|
||
"handlebars": "./monacoeditorwork/html.worker.bundle.js",
|
||
"razor": "./monacoeditorwork/html.worker.bundle.js"
|
||
});</script>
|
||
|
||
<meta charset="UTF-8" />
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||
<meta name="renderer" content="webkit" />
|
||
<meta name="description" content="GoView 是高效、高性能的拖拽式低代码数据可视化开发平台,将页面元素封装为基础组件,无需编写代码即可完成业务需求。">
|
||
<meta name="keywords" content="GoView,goview,低代码,可视化">
|
||
<meta name="author" content="奔跑的面条,面条">
|
||
<meta
|
||
name="viewport"
|
||
content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=0"
|
||
/>
|
||
<link rel="icon" href="./favicon.ico" />
|
||
<title>GoView</title>
|
||
|
||
<script type="module" crossorigin src="./static/js/index-4ec2ce15.js"></script>
|
||
<link rel="stylesheet" href="./static/css/index-9c2eb289.css">
|
||
</head>
|
||
<body>
|
||
<div id="appProvider" style="display: none;"></div>
|
||
<div id="app">
|
||
<div class="first-loading-wrp">
|
||
<div class="loading-wrp">
|
||
<span class="dot dot-spin"><i></i><i></i><i></i><i></i></span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</body>
|
||
</html>
|