🎉 chore(init): project initialization

This commit is contained in:
web@ppanel
2024-11-14 01:22:43 +07:00
commit 829edfa824
479 changed files with 61413 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 394 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 512 512"><path fill="#FF306D" fill-rule="evenodd" d="M255.986 455.276V492c120.206 0 199.318-115.8 199.318-236H492c0-120.2-115.808-199.276-236.014-199.276V20C135.777 20 56.698 135.8 56.698 256H20c0 120.2 115.777 199.276 235.986 199.276Zm80.302-196.836c5.291-9.387 7.936-19.797 7.936-31.232 0-18.944-5.973-34.048-17.92-45.312C314.528 170.632 297.547 165 275.36 165H196v181.248h56.832v-57.6h22.528c14.677 0 27.136-2.731 37.376-8.192 10.411-5.461 18.261-12.8 23.552-22.016Zm-49.664-31.232c0 11.093-5.888 16.64-17.664 16.64h-16.128v-33.28h16.128c11.776 0 17.664 5.547 17.664 16.64Z" clip-rule="evenodd"><animate attributeName="fill" dur="8s" repeatCount="indefinite" values="rgb(255, 48, 109);rgb(250, 204, 21);rgb(59, 130, 246);rgb(34, 197, 94);rgb(34, 197, 94);rgb(59, 130, 246);rgb(250, 204, 21);rgb(255, 48, 109);"/><animateTransform attributeName="transform" dur="3s" repeatCount="indefinite" type="rotate" values="-30 256 256;30 256 256;-30 256 256"/></path></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

+35
View File
@@ -0,0 +1,35 @@
{
"background_color": "#FFFFFF",
"description": "PPanel is a pure, professional, and perfect open-source proxy panel tool, designed to be your ideal choice for learning and practical use.",
"display": "standalone",
"icons": [
{
"src": "/pwa-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/pwa-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/pwa-maskable-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/pwa-maskable-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"name": "PPanel",
"short_name": "PPanel",
"start_url": "/",
"theme_color": "#FFFFFF"
}