Recompiled frontend for app-prefix support

This commit is contained in:
leviofanh
2025-12-18 02:51:07 +01:00
parent 9e9f07408d
commit 721ac89420
108 changed files with 136 additions and 128 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+25 -21
View File
@@ -1,10 +1,11 @@
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/static/dist/WGDashboardClient/img/Logo-2-128x128.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WGDashboard Client</title>
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<base href="{{ APP_PREFIX if APP_PREFIX else '' }}/">
<link rel="icon" href="./img/Logo-2-128x128.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WGDashboard Client</title>
<style>
*{
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
@@ -27,17 +28,20 @@
opacity: 0;
}
}
</style>
<script type="module" crossorigin src="/static/dist/WGDashboardClient/assets/index-C_FweDYM.js"></script>
<link rel="stylesheet" crossorigin href="/static/dist/WGDashboardClient/assets/index-CyU4Qwd1.css">
</head>
<body>
<div id="app">
<div id="preloader">
<div id="preloader_placeholder">
<img style="width: 100%" src="/static/dist/WGDashboardClient/img/Logo-2-128x128.png" alt="WGDashboard Client" />
</div>
</div>
</div>
</body>
</html>
</style>
<script>
window.APP_PREFIX = "{{ APP_PREFIX if APP_PREFIX else '' }}";
</script>
<script type="module" crossorigin src="./assets/index-Cvh_c-yQ.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-TPmsOMhK.css">
</head>
<body>
<div id="app">
<div id="preloader">
<div id="preloader_placeholder">
<img style="width: 100%" src="./img/Logo-2-128x128.png" alt="WGDashboard Client" />
</div>
</div>
</div>
</body>