mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-09-17 22:11:33 +00:00
Compare commits
2 Commits
28f4ffc70b
...
5ee8a6cc6a
Author | SHA1 | Date | |
---|---|---|---|
|
5ee8a6cc6a | ||
|
5e35276628 |
@@ -7,13 +7,13 @@
|
|||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
data-name="vs/editor/editor.main"
|
data-name="vs/editor/editor.main"
|
||||||
href="https://unpkg.com/monaco-editor@0.45.0/min/vs/editor/editor.main.css" />
|
href="https://www.unpkg.com/monaco-editor@0.45.0/min/vs/editor/editor.main.css" />
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
type="text/css"
|
type="text/css"
|
||||||
href="https://unpkg.com/toastify-js@1.12.0/src/toastify.css" />
|
href="https://www.unpkg.com/toastify-js@1.12.0/src/toastify.css" />
|
||||||
<style>
|
<style>
|
||||||
@import url('https://unpkg.com/@catppuccin/palette/css/catppuccin.css');
|
@import url('https://www.unpkg.com/@catppuccin/palette/css/catppuccin.css');
|
||||||
|
|
||||||
body {
|
body {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -441,9 +441,9 @@ http:
|
|||||||
</div>
|
</div>
|
||||||
</dialog>
|
</dialog>
|
||||||
|
|
||||||
<script src="https://unpkg.com/monaco-editor@0.45.0/min/vs/loader.js"></script>
|
<script src="https://www.unpkg.com/monaco-editor@0.45.0/min/vs/loader.js"></script>
|
||||||
<script src="https://unpkg.com/json-ast-comments@1.1.1/lib/json.js"></script>
|
<script src="https://www.unpkg.com/json-ast-comments@1.1.1/lib/json.js"></script>
|
||||||
<script src="https://unpkg.com/toastify-js@1.12.0/src/toastify.js"></script>
|
<script src="https://www.unpkg.com/toastify-js@1.12.0/src/toastify.js"></script>
|
||||||
<script type="module" src="./main.js"></script>
|
<script type="module" src="./main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@@ -451,7 +451,7 @@ loadSchema();
|
|||||||
// require is provided by loader.min.js.
|
// require is provided by loader.min.js.
|
||||||
require.config({
|
require.config({
|
||||||
paths: {
|
paths: {
|
||||||
vs: 'https://unpkg.com/monaco-editor@0.45.0/min/vs',
|
vs: 'https://www.unpkg.com/monaco-editor@0.45.0/min/vs',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
require(['vs/editor/editor.main'], async () => {
|
require(['vs/editor/editor.main'], async () => {
|
||||||
|
Reference in New Issue
Block a user