런처 파일 변경 새로고침 연결
This commit is contained in:
+10
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user