런처 배너 새로고침 감시 제거
This commit is contained in:
-10
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user