런처 바로가기 순서 정리

This commit is contained in:
seo
2026-07-22 01:08:46 +09:00
parent d155de3b4f
commit 694741fc72
2 changed files with 8 additions and 14 deletions
+6 -12
View File
@@ -12,12 +12,6 @@ const userIconItems = [
label: '나의 찾기',
onclick: () => requireAccess(() => location.href = '/findmydevice')
},
{
id: 'wakeonlan',
img: '/custom/launcher/img/wakeonlan-svgrepo-com.svg',
label: 'PC 켜기',
onclick: () => requireAccess(wakeComputer)
},
{
id: 'poke',
img: '/custom/launcher/img/R1280x0.jpg',
@@ -31,9 +25,9 @@ const userIconItems = [
onclick: () => requireAccess(() => location.href = 'https://seo.chaegeon.com/car/monitor.php')
},
{
id: 'git',
id: 'project',
img: 'https://git.chaegeon.com/assets/img/favicon.svg',
label: 'GIT',
label: '프로젝트',
onclick: () => location.href = 'https://git.chaegeon.com/explore/repos'
}
];
@@ -44,10 +38,10 @@ const adminIconItems = [
userIconItems[2],
userIconItems[3],
{
id: 'project',
img: 'https://git.chaegeon.com/assets/img/favicon.svg',
label: '프로젝트',
onclick: () => location.href = 'https://git.chaegeon.com/explore/repos'
id: 'wakeonlan',
img: '/custom/launcher/img/wakeonlan-svgrepo-com.svg',
label: 'PC 켜기',
onclick: () => requireAccess(wakeComputer)
},
{
id: 'block',