Fix BIM startup loading shell
This commit is contained in:
+28
-4
@@ -8,7 +8,31 @@
|
||||
<link rel="alternate icon" href="/assets/favicon/favicon.ico">
|
||||
<link rel="apple-touch-icon" href="/assets/favicon/apple-touch-icon.png">
|
||||
<link rel="manifest" href="/assets/favicon/manifest.webmanifest.json">
|
||||
<style id="preload-hidden">body{opacity:0;}</style>
|
||||
<style id="preload-hidden">
|
||||
html,
|
||||
body {
|
||||
background: #1c1c1c;
|
||||
}
|
||||
|
||||
body.app-starting header,
|
||||
body.app-starting #dropZone,
|
||||
body.app-starting #status,
|
||||
body.app-starting #bottomToolbar,
|
||||
body.app-starting #sectionToolbar,
|
||||
body.app-starting #navCube,
|
||||
body.app-starting .side-panel,
|
||||
body.app-starting .comments-panel,
|
||||
body.app-starting .templates-panel,
|
||||
body.app-starting .settings-panel {
|
||||
opacity: 0 !important;
|
||||
pointer-events: none !important;
|
||||
visibility: hidden !important;
|
||||
}
|
||||
|
||||
body.app-starting #loader {
|
||||
display: block !important;
|
||||
}
|
||||
</style>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700&display=swap">
|
||||
@@ -231,9 +255,9 @@
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/dcViewer.css?v=41">
|
||||
<link rel="stylesheet" href="/dcViewer.css?v=42">
|
||||
</head>
|
||||
<body>
|
||||
<body class="app-starting">
|
||||
<header>
|
||||
<button class="logo-btn" id="homeButton" type="button" title="Открыть NODE.DC Hub"></button>
|
||||
<div class="toolbar"></div>
|
||||
@@ -702,6 +726,6 @@
|
||||
<input id="fileInput" class="hidden" type="file"
|
||||
accept=".xkt,.glb,.gltf,.bim,.las,.laz,.obj,.stl">
|
||||
|
||||
<script type="module" src="/dcViewer.js?v=63"></script>
|
||||
<script type="module" src="/dcViewer.js?v=64"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user