mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 07:26:19 +00:00
🆙 Updated Background profiles
Please make sure you change your UI-Config !!!
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@
|
||||
<div id="root" class="w-full h-full"></div>
|
||||
<script>
|
||||
window.NitroConfig = {
|
||||
"config.urls": ["renderer-config.json?v=" + Math.random(), "ui-config.json?v=" + Math.random()],
|
||||
"config.urls": ["renderer-config.json?v=" + Math.random(), "infostand_backgrounds.json?v=" + Math.random(), "ui-config.json?v=" + Math.random()],
|
||||
"sso.ticket": new URLSearchParams(window.location.search).get("sso") || null,
|
||||
"forward.type": new URLSearchParams(window.location.search).get("room", ) ? 2 : -1,
|
||||
"forward.id": new URLSearchParams(window.location.search).get("room") || 0,
|
||||
|
||||
Reference in New Issue
Block a user