Update dprint, format
This commit is contained in:
parent
a2d89a8091
commit
5024f342d5
@ -7,12 +7,12 @@
|
|||||||
"markdown": {},
|
"markdown": {},
|
||||||
"malva": {},
|
"malva": {},
|
||||||
"markup": {},
|
"markup": {},
|
||||||
"excludes": ["**/node_modules", "**/build", "**/dist", "**/*-lock.json", "**/*.svg"],
|
"excludes": ["**/node_modules", "**/*-lock.json", "**/*.svg"],
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"https://plugins.dprint.dev/typescript-0.95.15.wasm",
|
"https://plugins.dprint.dev/typescript-0.95.15.wasm",
|
||||||
"https://plugins.dprint.dev/json-0.21.1.wasm",
|
"https://plugins.dprint.dev/json-0.21.3.wasm",
|
||||||
"https://plugins.dprint.dev/markdown-0.21.1.wasm",
|
"https://plugins.dprint.dev/markdown-0.21.1.wasm",
|
||||||
"https://plugins.dprint.dev/g-plane/malva-v0.15.2.wasm",
|
"https://plugins.dprint.dev/g-plane/malva-v0.15.2.wasm",
|
||||||
"https://plugins.dprint.dev/g-plane/markup_fmt-v0.26.0.wasm"
|
"https://plugins.dprint.dev/g-plane/markup_fmt-v0.27.0.wasm"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
10
index.html
10
index.html
@ -1,11 +1,11 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>BS Overlay</title>
|
<title>BS Overlay</title>
|
||||||
<link rel="stylesheet" href="index.css">
|
<link rel="stylesheet" href="index.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<img id="coverImg" src="images/unknown.svg">
|
<img id="coverImg" src="images/unknown.svg">
|
||||||
<div id="mapInfo">
|
<div id="mapInfo">
|
||||||
@ -28,7 +28,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div id="time">
|
<div id="time">
|
||||||
<div id="timeBar" style="width: 28%;"></div>
|
<div id="timeBar" style="width: 28%"></div>
|
||||||
<div id="timeText">1:23 / 4:56</div>
|
<div id="timeText">1:23 / 4:56</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="score">
|
<div id="score">
|
||||||
@ -55,5 +55,5 @@
|
|||||||
<a href="https://github.com/ibillingsley/BeatSaber-Overlay" target="_blank">Source code</a>
|
<a href="https://github.com/ibillingsley/BeatSaber-Overlay" target="_blank">Source code</a>
|
||||||
</dialog>
|
</dialog>
|
||||||
<script src="index.js"></script>
|
<script src="index.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user