런처 파일 변경 새로고침 연결

This commit is contained in:
seo
2026-07-05 23:46:13 +09:00
parent 2d6e0f37ef
commit 6187268cbb
2 changed files with 13 additions and 0 deletions
+10
View File
@@ -4,6 +4,16 @@ let failIndex = 0;
const apiUrl = '/custom/launcher/api.php';
const PIN_LENGTH = 4;
(function loadAssetReloadWatcher() {
if (window.__customAssetReloadLoader) return;
window.__customAssetReloadLoader = true;
const script = document.createElement('script');
script.src = '/custom/common/js/asset-reload.js';
script.dataset.service = 'launcher';
script.defer = true;
document.head.appendChild(script);
})();
const userIconItems = [
{
id: 'findmydevice',