This commit is contained in:
Striker72rus 2026-03-25 14:20:03 +03:00
parent 333abed87c
commit ab51630786
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
name: Wall Panel name: Wall Panel
description: Wall Panel PHP interface as a Home Assistant add-on description: Wall Panel PHP interface as a Home Assistant add-on
version: "1.0.8" version: "1.0.9"
slug: wall_panel slug: wall_panel
url: https://git.striker72rus.ru/PHP/wallpanell.git url: https://git.striker72rus.ru/PHP/wallpanell.git
init: false init: false

View File

@ -45,8 +45,8 @@ $appTitle = htmlspecialchars((string)($config['app']['title'] ?? 'Wall Panel'),
<script> <script>
window.APP_BOOTSTRAP = <?= json_encode($bootstrap, JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES) ?>; window.APP_BOOTSTRAP = <?= json_encode($bootstrap, JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES) ?>;
</script> </script>
<link rel="stylesheet" href="assets/app.css?v=0.28"> <link rel="stylesheet" href="assets/app.css?v=0.29">
<script src="assets/app.js?v=0.28" defer></script> <script src="assets/app.js?v=0.29" defer></script>
</head> </head>
<body class="<?= $embedMode ? 'is-embedded' : '' ?>" data-ui-mode="<?= htmlspecialchars($runtimeMode, ENT_QUOTES | ENT_SUBSTITUTE, 'UTF-8') ?>"> <body class="<?= $embedMode ? 'is-embedded' : '' ?>" data-ui-mode="<?= htmlspecialchars($runtimeMode, ENT_QUOTES | ENT_SUBSTITUTE, 'UTF-8') ?>">
<div class="app-shell<?= $embedMode ? ' app-shell--embed' : '' ?>"> <div class="app-shell<?= $embedMode ? ' app-shell--embed' : '' ?>">