런처 배너 새로고침 감시 제거

This commit is contained in:
seo
2026-07-10 19:27:10 +09:00
parent 6ce8c35a34
commit 50005fea70
2 changed files with 3 additions and 15 deletions
-10
View File
@@ -4,16 +4,6 @@ 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?v=20260710_assetfix1';
script.dataset.service = 'launcher';
script.defer = true;
document.head.appendChild(script);
})();
const userIconItems = [
{
id: 'findmydevice',