This commit is contained in:
Mahyar Khanbolooki
2025-08-02 17:41:31 +03:30
parent a090c27e4b
commit 99e66e3cae
14 changed files with 3567 additions and 156 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

+3
View File
@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 200 200"><rect width="200" height="200" fill="url('#gradient')"></rect><defs><linearGradient id="SvgjsLinearGradient1001" gradientTransform="rotate(101 0.5 0.5)"><stop offset="0%" stop-color="#b7b8ba"></stop><stop offset="100%" stop-color="#ebf1f1"></stop></linearGradient></defs><g><g fill="#242f35" transform="matrix(7.071823204419889,0,0,7.071823204419889,-7.597636903188501,150.28003879410127)" stroke="#323847" stroke-width="0.2"><path d="M5.75 0L1.07 0L1.07-14.22L5.65-14.22Q7.54-14.22 9.04-13.36Q10.55-12.51 11.39-10.95Q12.24-9.39 12.25-7.46L12.25-7.46L12.25-6.81Q12.25-4.85 11.42-3.31Q10.60-1.76 9.10-0.88Q7.60-0.01 5.75 0L5.75 0ZM5.65-11.57L4.50-11.57L4.50-2.64L5.69-2.64Q7.17-2.64 7.96-3.69Q8.75-4.74 8.75-6.81L8.75-6.81L8.75-7.42Q8.75-9.48 7.96-10.53Q7.17-11.57 5.65-11.57L5.65-11.57ZM14.00-14.22L18.51-14.22L21.68-4.33L24.84-14.22L29.36-14.22L29.36 0L25.92 0L25.92-3.32L26.25-10.12L22.81 0L20.55 0L17.10-10.13L17.43-3.32L17.43 0L14.00 0L14.00-14.22Z"></path></g></g></svg><style>@media (prefers-color-scheme: light) { :root { filter: none; } }
@media (prefers-color-scheme: dark) { :root { filter: none; } }
</style></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

+45
View File
@@ -0,0 +1,45 @@
{
"name": "DMenu - دی منو",
"short_name": "DMenu",
"start_url": "/",
"scope": "/",
"id": "/",
"display": "standalone",
"display_override": [
"fullscreen",
"minimal-ui",
"browser"
],
"background_color": "#F4F5F9",
"theme_color": "#F4F5F9",
"orientation": "portrait",
"description": "DMenu is a modern, user-friendly menu management system designed to enhance the dining experience.",
"dir": "rtl",
"lang": "fa-IR",
"version": "1.0.0",
"author": {
"name": "Danak Team",
"url": "https://dmenu.com"
},
"icons": [
{
"src": "/icons/web-app-manifest-192x192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "any"
},
{
"src": "/icons/web-app-manifest-512x512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "any"
}
],
"categories": [
"food",
"restaurant",
"productivity"
],
"related_applications": [],
"prefer_related_applications": false
}
+1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long