Sync app launcher from registry
Deploy Ladill Mini / deploy (push) Successful in 1m19s

This commit is contained in:
isaacclad
2026-06-29 13:29:33 +00:00
parent 800cfaafd0
commit 899a354ddf
2 changed files with 26 additions and 0 deletions
+1
View File
@@ -30,6 +30,7 @@ return [
['name' => 'QR Plus', 'url' => 'https://qrplus.'.$root.'/sso/connect?redirect='.urlencode('https://qrplus.'.$root.'/dashboard'), 'icon' => 'qrplus.svg'], ['name' => 'QR Plus', 'url' => 'https://qrplus.'.$root.'/sso/connect?redirect='.urlencode('https://qrplus.'.$root.'/dashboard'), 'icon' => 'qrplus.svg'],
['name' => 'Link', 'url' => 'https://link.'.$root.'/sso/connect?redirect='.urlencode('https://link.'.$root.'/dashboard'), 'icon' => 'link.svg'], ['name' => 'Link', 'url' => 'https://link.'.$root.'/sso/connect?redirect='.urlencode('https://link.'.$root.'/dashboard'), 'icon' => 'link.svg'],
['name' => 'Frontdesk', 'url' => 'https://frontdesk.'.$root.'/sso/connect?redirect='.urlencode('https://frontdesk.'.$root.'/dashboard'), 'icon' => 'frontdesk.svg'], ['name' => 'Frontdesk', 'url' => 'https://frontdesk.'.$root.'/sso/connect?redirect='.urlencode('https://frontdesk.'.$root.'/dashboard'), 'icon' => 'frontdesk.svg'],
['name' => 'Care', 'url' => 'https://care.'.$root.'/sso/connect?redirect='.urlencode('https://care.'.$root.'/dashboard'), 'icon' => 'care.svg'],
['name' => 'SMS', 'url' => 'https://sms.'.$root, 'icon' => 'sms.svg'], ['name' => 'SMS', 'url' => 'https://sms.'.$root, 'icon' => 'sms.svg'],
['name' => 'Bird', 'url' => 'https://bird.'.$root, 'icon' => 'bird.svg'], ['name' => 'Bird', 'url' => 'https://bird.'.$root, 'icon' => 'bird.svg'],
['name' => 'Mail', 'url' => 'https://mail.'.$root, 'icon' => 'mail.svg'], ['name' => 'Mail', 'url' => 'https://mail.'.$root, 'icon' => 'mail.svg'],
+25
View File
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 360 360">
<defs>
<style>
.cls-1 {
fill: #5cc45b;
}
.cls-1, .cls-2, .cls-3 {
stroke-width: 0px;
}
.cls-2 {
fill: #96c;
}
.cls-3 {
fill: #7b9594;
}
</style>
</defs>
<path class="cls-2" d="M340.8,68.8C307.9,27.1,257,.4,199.8.4,100.5.4,20,80.9,20,180.2s12,73.9,32.5,103.1L340.8,68.8Z"/>
<path class="cls-1" d="M340.8,291.2c-32.9,41.6-83.8,68.4-141,68.4-99.3,0-179.8-80.5-179.8-179.8s12-73.9,32.5-103.1l288.3,214.5Z"/>
<path class="cls-3" d="M191.3,180L52.7,76.9c-17.2,24.5-28.5,53.4-31.7,84.8,0,0,0,.1,0,.2-.3,2.8-.5,5.6-.6,8.5,0,.3,0,.5,0,.8-.1,2.9-.2,5.9-.2,8.8,0,3,0,5.9.2,8.8,0,.3,0,.5,0,.8.2,2.8.4,5.7.6,8.5,0,0,0,.1,0,.2,3.2,31.4,14.5,60.3,31.7,84.8l138.6-103.1Z"/>
</svg>

After

Width:  |  Height:  |  Size: 914 B