Add QR Plus to the shared app launcher across all Ladill apps.
Deploy Ladill Hosting / deploy (push) Successful in 33s
Deploy Ladill Hosting / deploy (push) Successful in 33s
Register qrplus.ladill.com in ladill_launcher.php and sync the launcher icon. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -30,5 +30,6 @@ return [
|
|||||||
['name' => 'Domains', 'url' => 'https://domains.'.$root, 'icon' => 'domains.svg'],
|
['name' => 'Domains', 'url' => 'https://domains.'.$root, 'icon' => 'domains.svg'],
|
||||||
['name' => 'Servers', 'url' => 'https://servers.'.$root, 'icon' => 'servers.svg'],
|
['name' => 'Servers', 'url' => 'https://servers.'.$root, 'icon' => 'servers.svg'],
|
||||||
['name' => 'Hosting', 'url' => 'https://hosting.'.$root, 'icon' => 'hosting.svg'],
|
['name' => 'Hosting', 'url' => 'https://hosting.'.$root, 'icon' => 'hosting.svg'],
|
||||||
|
['name' => 'QR Plus', 'url' => 'https://qrplus.'.$root, 'icon' => 'qrplus.svg'],
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -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: #7660e6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-1, .cls-2, .cls-3 {
|
||||||
|
stroke-width: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-2 {
|
||||||
|
fill: #dd8f00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cls-3 {
|
||||||
|
fill: #008abc;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</defs>
|
||||||
|
<path class="cls-2" d="M77.3,358.8c20.7,0,39.3-7.6,53.9-22.7,14.6-14.6,22.7-33.8,22.7-53.9s-7.6-39.3-22.7-53.9c-14.6-14.6-33.8-22.7-53.9-22.7s-39.3,7.6-53.9,22.7c-29.7,29.7-29.7,78.6,0,108.3,29.7,29.7,33.8,22.7,53.9,22.7h0v-.5Z"/>
|
||||||
|
<path class="cls-3" d="M281.6,358.9c20.7,0,39.3-7.6,53.9-22.7,14.6-14.6,22.7-33.8,22.7-53.9s-7.6-39.3-22.7-53.9c-3-3-6.6-6-10.6-8.6-1,0-2.5-1.5-4-2.5-3-1.5-6-3-8.1-4.5-1.5,0-3-1-4.5-1.5-3-1-6.6-1.5-8.6-3h-1.5l-1-1-17.6-1h-15.1c-29.2,0-57.9-12.1-79.6-34.3-21.7-22.2-32.8-50.9-31.7-80.1v-1h0v-12.1l-1-16.1h0v-3.5c-1-4-1.5-7.6-3-9.1,0-1.5-1-3-1.5-4.5-1-3-3-6-4.5-8.1h0c0-1.5-1-3-2.5-4-3-4.5-6-7.6-8.6-10.6C117.3,8.2,98.2.1,78,.1S38.7,7.7,24.1,22.8c-29.7,29.7-29.7,78.6,0,108.3,3,3,7.1,6,10.6,8.6,1,0,2.5,1.5,3.5,2.5h0c3,2.5,6,3.5,8.1,4.5,1.5,0,3,1,4.5,1.5,3,1,6.6,2.5,9.1,3h3.5l16.6,1h16.1c29.2,0,57.9,12.1,79.6,34.3,21.7,22.2,33.3,50.9,31.7,80.1v14.6l1,16.6v3c1,4,2.5,7.1,3.5,9.1,0,1.5,1,3,1.5,4.5,1,3,3,6,4.5,8.1,0,1,1.5,3,2.5,4,3.5,4.5,6,7.6,8.6,10.6,14.6,14.6,33.8,22.7,53.9,22.7h-2.5.5v-1h.5Z"/>
|
||||||
|
<path class="cls-1" d="M283.4,153.2c20.7,0,39.3-7.6,53.9-22.7,14.6-14.6,22.7-33.8,22.7-53.9s-7.6-39.3-22.7-53.9c-14.6-14.6-33.8-22.7-53.9-22.7s-39.3,7.6-53.9,22.7c-29.7,29.7-29.7,78.6,0,108.3,29.7,29.7,33.8,22.7,53.9,22.7h0v-.5Z"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user