chore(assets): track .min.*; drop **/*.min.* ignore

This commit is contained in:
yusing
2026-04-24 15:16:26 +08:00
parent c23d440fa0
commit 5bf5db1f35
6 changed files with 762 additions and 5 deletions

View File

@@ -0,0 +1,26 @@
<!doctype html>
<html lang="en">
<meta charset="UTF-8" /><meta
name="viewport"
content="width=device-width,initial-scale=1.0"
/><meta name="color-scheme" content="light dark" /><title>{{.Title}}</title
><link rel="stylesheet" href="{{.LoadingPageCSSPath}}" /><link
rel="icon"
href="{{.FavIconPath}}"
/>
<body>
<script>
const wakeEventsPath = "{{.WakeEventsPath}}";
</script>
<script src="{{.LoadingPageJSPath}}" defer></script>
<div class="container">
<img class="logo" src="{{.FavIconPath}}" alt="" />
<div id="loading-dots" class="loading-dots" aria-hidden="true">
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
</div>
<div id="console" class="console"></div>
</div>
</body>
</html>