更新
This commit is contained in:
parent
ae2b72df4a
commit
01c5e68e94
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,5 @@
|
||||
node_modules
|
||||
.DS_Store
|
||||
dist
|
||||
dist-ssr
|
||||
*.local
|
||||
.vscode
|
||||
|
6
dist/assets/editor.worker-bdd90286.js
vendored
Normal file
6
dist/assets/editor.worker-bdd90286.js
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/assets/editor.worker-bdd90286.js.gz
vendored
Normal file
BIN
dist/assets/editor.worker-bdd90286.js.gz
vendored
Normal file
Binary file not shown.
454
dist/assets/html.worker-202275bb.js
vendored
Normal file
454
dist/assets/html.worker-202275bb.js
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/assets/html.worker-202275bb.js.gz
vendored
Normal file
BIN
dist/assets/html.worker-202275bb.js.gz
vendored
Normal file
Binary file not shown.
37
dist/assets/json.worker-139bbbb8.js
vendored
Normal file
37
dist/assets/json.worker-139bbbb8.js
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/assets/json.worker-139bbbb8.js.gz
vendored
Normal file
BIN
dist/assets/json.worker-139bbbb8.js.gz
vendored
Normal file
Binary file not shown.
33970
dist/assets/ts.worker-bd2cedec.js
vendored
Normal file
33970
dist/assets/ts.worker-bd2cedec.js
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/assets/ts.worker-bd2cedec.js.gz
vendored
Normal file
BIN
dist/assets/ts.worker-bd2cedec.js.gz
vendored
Normal file
Binary file not shown.
BIN
dist/favicon.ico
vendored
Normal file
BIN
dist/favicon.ico
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
58
dist/index.html
vendored
Normal file
58
dist/index.html
vendored
Normal file
@ -0,0 +1,58 @@
|
||||
<!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-bd6c9e81.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>
|
8887
dist/monacoeditorwork/editor.worker.bundle.js
vendored
Normal file
8887
dist/monacoeditorwork/editor.worker.bundle.js
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/monacoeditorwork/editor.worker.bundle.js.gz
vendored
Normal file
BIN
dist/monacoeditorwork/editor.worker.bundle.js.gz
vendored
Normal file
Binary file not shown.
24936
dist/monacoeditorwork/html.worker.bundle.js
vendored
Normal file
24936
dist/monacoeditorwork/html.worker.bundle.js
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/monacoeditorwork/html.worker.bundle.js.gz
vendored
Normal file
BIN
dist/monacoeditorwork/html.worker.bundle.js.gz
vendored
Normal file
Binary file not shown.
16147
dist/monacoeditorwork/json.worker.bundle.js
vendored
Normal file
16147
dist/monacoeditorwork/json.worker.bundle.js
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/monacoeditorwork/json.worker.bundle.js.gz
vendored
Normal file
BIN
dist/monacoeditorwork/json.worker.bundle.js.gz
vendored
Normal file
Binary file not shown.
170368
dist/monacoeditorwork/ts.worker.bundle.js
vendored
Normal file
170368
dist/monacoeditorwork/ts.worker.bundle.js
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/monacoeditorwork/ts.worker.bundle.js.gz
vendored
Normal file
BIN
dist/monacoeditorwork/ts.worker.bundle.js.gz
vendored
Normal file
Binary file not shown.
1
dist/static/css/403-045f062f.css
vendored
Normal file
1
dist/static/css/403-045f062f.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/static/css/404-366e2e76.css
vendored
Normal file
1
dist/static/css/404-366e2e76.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/static/css/500-5003991a.css
vendored
Normal file
1
dist/static/css/500-5003991a.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/static/css/ColorList-98cea65e.css
vendored
Normal file
1
dist/static/css/ColorList-98cea65e.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/static/css/EditorWorker-eb2c5524.css
vendored
Normal file
1
dist/static/css/EditorWorker-eb2c5524.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/static/css/EditorWorker-eb2c5524.css.gz
vendored
Normal file
BIN
dist/static/css/EditorWorker-eb2c5524.css.gz
vendored
Normal file
Binary file not shown.
1
dist/static/css/SettingItemBox-462ae6ed.css
vendored
Normal file
1
dist/static/css/SettingItemBox-462ae6ed.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/static/css/SettingItemBox-462ae6ed.css.gz
vendored
Normal file
BIN
dist/static/css/SettingItemBox-462ae6ed.css.gz
vendored
Normal file
Binary file not shown.
1
dist/static/css/UnPublish-3bd2924c.css
vendored
Normal file
1
dist/static/css/UnPublish-3bd2924c.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/static/css/index-247c99bc.css
vendored
Normal file
1
dist/static/css/index-247c99bc.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/static/css/index-27c827f9.css
vendored
Normal file
1
dist/static/css/index-27c827f9.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/static/css/index-2ab68e1d.css
vendored
Normal file
1
dist/static/css/index-2ab68e1d.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/static/css/index-2ab68e1d.css.gz
vendored
Normal file
BIN
dist/static/css/index-2ab68e1d.css.gz
vendored
Normal file
Binary file not shown.
1
dist/static/css/index-2b79e72d.css
vendored
Normal file
1
dist/static/css/index-2b79e72d.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/static/css/index-31ccc328.css
vendored
Normal file
1
dist/static/css/index-31ccc328.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/static/css/index-342e8dbf.css
vendored
Normal file
1
dist/static/css/index-342e8dbf.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/static/css/index-342e8dbf.css.gz
vendored
Normal file
BIN
dist/static/css/index-342e8dbf.css.gz
vendored
Normal file
Binary file not shown.
1
dist/static/css/index-35071359.css
vendored
Normal file
1
dist/static/css/index-35071359.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/static/css/index-35071359.css.gz
vendored
Normal file
BIN
dist/static/css/index-35071359.css.gz
vendored
Normal file
Binary file not shown.
1
dist/static/css/index-366d23c6.css
vendored
Normal file
1
dist/static/css/index-366d23c6.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/static/css/index-39f06c17.css
vendored
Normal file
1
dist/static/css/index-39f06c17.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/static/css/index-4b4fa8e2.css
vendored
Normal file
1
dist/static/css/index-4b4fa8e2.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/static/css/index-4dd462f0.css
vendored
Normal file
1
dist/static/css/index-4dd462f0.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/static/css/index-51120298.css
vendored
Normal file
1
dist/static/css/index-51120298.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/static/css/index-51120298.css.gz
vendored
Normal file
BIN
dist/static/css/index-51120298.css.gz
vendored
Normal file
Binary file not shown.
1
dist/static/css/index-524fca58.css
vendored
Normal file
1
dist/static/css/index-524fca58.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/static/css/index-524fca58.css.gz
vendored
Normal file
BIN
dist/static/css/index-524fca58.css.gz
vendored
Normal file
Binary file not shown.
1
dist/static/css/index-55202e86.css
vendored
Normal file
1
dist/static/css/index-55202e86.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/static/css/index-58f902b6.css
vendored
Normal file
1
dist/static/css/index-58f902b6.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/static/css/index-58f902b6.css.gz
vendored
Normal file
BIN
dist/static/css/index-58f902b6.css.gz
vendored
Normal file
Binary file not shown.
1
dist/static/css/index-5d29981d.css
vendored
Normal file
1
dist/static/css/index-5d29981d.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/static/css/index-647e4d8d.css
vendored
Normal file
1
dist/static/css/index-647e4d8d.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/static/css/index-6ba9f42b.css
vendored
Normal file
1
dist/static/css/index-6ba9f42b.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/static/css/index-6ba9f42b.css.gz
vendored
Normal file
BIN
dist/static/css/index-6ba9f42b.css.gz
vendored
Normal file
Binary file not shown.
1
dist/static/css/index-73412914.css
vendored
Normal file
1
dist/static/css/index-73412914.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/static/css/index-8b040e82.css
vendored
Normal file
1
dist/static/css/index-8b040e82.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/static/css/index-8b040e82.css.gz
vendored
Normal file
BIN
dist/static/css/index-8b040e82.css.gz
vendored
Normal file
Binary file not shown.
1
dist/static/css/index-99b41a4b.css
vendored
Normal file
1
dist/static/css/index-99b41a4b.css
vendored
Normal file
File diff suppressed because one or more lines are too long
7
dist/static/css/index-9c2eb289.css
vendored
Normal file
7
dist/static/css/index-9c2eb289.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/static/css/index-9c2eb289.css.gz
vendored
Normal file
BIN
dist/static/css/index-9c2eb289.css.gz
vendored
Normal file
Binary file not shown.
1
dist/static/css/index-9f094ae1.css
vendored
Normal file
1
dist/static/css/index-9f094ae1.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/static/css/index-a295b2eb.css
vendored
Normal file
1
dist/static/css/index-a295b2eb.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/static/css/index-a295b2eb.css.gz
vendored
Normal file
BIN
dist/static/css/index-a295b2eb.css.gz
vendored
Normal file
Binary file not shown.
1
dist/static/css/index-b3d290ad.css
vendored
Normal file
1
dist/static/css/index-b3d290ad.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/static/css/index-b75b8879.css
vendored
Normal file
1
dist/static/css/index-b75b8879.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/static/css/index-b75b8879.css.gz
vendored
Normal file
BIN
dist/static/css/index-b75b8879.css.gz
vendored
Normal file
Binary file not shown.
1
dist/static/css/index-cf1ec5d0.css
vendored
Normal file
1
dist/static/css/index-cf1ec5d0.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/static/css/index-d825de9b.css
vendored
Normal file
1
dist/static/css/index-d825de9b.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/static/css/index-d825de9b.css.gz
vendored
Normal file
BIN
dist/static/css/index-d825de9b.css.gz
vendored
Normal file
Binary file not shown.
1
dist/static/css/index-db178c17.css
vendored
Normal file
1
dist/static/css/index-db178c17.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/static/css/index-db178c17.css.gz
vendored
Normal file
BIN
dist/static/css/index-db178c17.css.gz
vendored
Normal file
Binary file not shown.
1
dist/static/css/index-dc86d379.css
vendored
Normal file
1
dist/static/css/index-dc86d379.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/static/css/index-dc86d379.css.gz
vendored
Normal file
BIN
dist/static/css/index-dc86d379.css.gz
vendored
Normal file
Binary file not shown.
1
dist/static/css/index-e14f9969.css
vendored
Normal file
1
dist/static/css/index-e14f9969.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/static/css/index-e14f9969.css.gz
vendored
Normal file
BIN
dist/static/css/index-e14f9969.css.gz
vendored
Normal file
Binary file not shown.
1
dist/static/css/index-f4c427ee.css
vendored
Normal file
1
dist/static/css/index-f4c427ee.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/static/css/pondIndex-fd522318.css
vendored
Normal file
1
dist/static/css/pondIndex-fd522318.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/static/css/pondIndex-fd522318.css.gz
vendored
Normal file
BIN
dist/static/css/pondIndex-fd522318.css.gz
vendored
Normal file
Binary file not shown.
1
dist/static/css/wrapper-75acf451.css
vendored
Normal file
1
dist/static/css/wrapper-75acf451.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/static/css/wrapper-75acf451.css.gz
vendored
Normal file
BIN
dist/static/css/wrapper-75acf451.css.gz
vendored
Normal file
Binary file not shown.
1
dist/static/js/110000-1b5e52d8.js
vendored
Normal file
1
dist/static/js/110000-1b5e52d8.js
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/static/js/110000-1b5e52d8.js.gz
vendored
Normal file
BIN
dist/static/js/110000-1b5e52d8.js.gz
vendored
Normal file
Binary file not shown.
1
dist/static/js/120000-203db6f9.js
vendored
Normal file
1
dist/static/js/120000-203db6f9.js
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/static/js/120000-203db6f9.js.gz
vendored
Normal file
BIN
dist/static/js/120000-203db6f9.js.gz
vendored
Normal file
Binary file not shown.
1
dist/static/js/130000-e48921a1.js
vendored
Normal file
1
dist/static/js/130000-e48921a1.js
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/static/js/130000-e48921a1.js.gz
vendored
Normal file
BIN
dist/static/js/130000-e48921a1.js.gz
vendored
Normal file
Binary file not shown.
1
dist/static/js/140000-e77a5c5b.js
vendored
Normal file
1
dist/static/js/140000-e77a5c5b.js
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/static/js/140000-e77a5c5b.js.gz
vendored
Normal file
BIN
dist/static/js/140000-e77a5c5b.js.gz
vendored
Normal file
Binary file not shown.
1
dist/static/js/150000-a8ceac14.js
vendored
Normal file
1
dist/static/js/150000-a8ceac14.js
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/static/js/150000-a8ceac14.js.gz
vendored
Normal file
BIN
dist/static/js/150000-a8ceac14.js.gz
vendored
Normal file
Binary file not shown.
1
dist/static/js/210000-0ea7126b.js
vendored
Normal file
1
dist/static/js/210000-0ea7126b.js
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/static/js/210000-0ea7126b.js.gz
vendored
Normal file
BIN
dist/static/js/210000-0ea7126b.js.gz
vendored
Normal file
Binary file not shown.
1
dist/static/js/220000-1616e047.js
vendored
Normal file
1
dist/static/js/220000-1616e047.js
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/static/js/220000-1616e047.js.gz
vendored
Normal file
BIN
dist/static/js/220000-1616e047.js.gz
vendored
Normal file
Binary file not shown.
1
dist/static/js/230000-35805c38.js
vendored
Normal file
1
dist/static/js/230000-35805c38.js
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/static/js/230000-35805c38.js.gz
vendored
Normal file
BIN
dist/static/js/230000-35805c38.js.gz
vendored
Normal file
Binary file not shown.
1
dist/static/js/310000-67ffb0b7.js
vendored
Normal file
1
dist/static/js/310000-67ffb0b7.js
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/static/js/310000-67ffb0b7.js.gz
vendored
Normal file
BIN
dist/static/js/310000-67ffb0b7.js.gz
vendored
Normal file
Binary file not shown.
1
dist/static/js/320000-73deaec2.js
vendored
Normal file
1
dist/static/js/320000-73deaec2.js
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
dist/static/js/320000-73deaec2.js.gz
vendored
Normal file
BIN
dist/static/js/320000-73deaec2.js.gz
vendored
Normal file
Binary file not shown.
1
dist/static/js/330000-7f022291.js
vendored
Normal file
1
dist/static/js/330000-7f022291.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user