폴더 및 하위 파일 업로드

This commit is contained in:
sotam0316
2026-04-22 21:11:57 +09:00
commit 484b1d2a44
209 changed files with 29552 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

@@ -0,0 +1,125 @@
{
"id": "cisco_base_pack",
"name": "cisco_pack",
"vendor": "Unknown",
"version": "1.0.0",
"assets": [
{
"id": "cisco_firewall",
"label": "Cisco Firewall",
"category": "Security",
"views": {
"icon": "cisco_firewall.png",
"front": "cisco_firewall.png"
}
},
{
"id": "cisco_firewallservicemodule",
"label": "Cisco Firewall service module",
"category": "Security",
"views": {
"icon": "cisco_firewallservicemodule.png",
"front": "cisco_firewallservicemodule.png"
}
},
{
"id": "cisco_generic",
"label": "Cisco Generic",
"category": "Other",
"views": {
"icon": "cisco_generic.png",
"front": "cisco_generic.png"
}
},
{
"id": "cisco_iosslb",
"label": "Cisco Iosslb",
"category": "Network",
"views": {
"icon": "cisco_iosslb.png",
"front": "cisco_iosslb.png"
}
},
{
"id": "cisco_laptop",
"label": "Cisco Laptop",
"category": "Device",
"views": {
"icon": "cisco_laptop.png",
"front": "cisco_laptop.png"
}
},
{
"id": "cisco_printer",
"label": "Cisco Printer",
"category": "Device",
"views": {
"icon": "cisco_printer.png",
"front": "cisco_printer.png"
}
},
{
"id": "cisco_wirelessrouter",
"label": "Cisco Wirelessrouter",
"category": "Network",
"views": {
"icon": "cisco_wirelessrouter.png",
"front": "cisco_wirelessrouter.png"
}
},
{
"id": "cisco_wwwserver",
"label": "Cisco Wwwserver",
"category": "Device",
"views": {
"icon": "cisco_wwwserver.png",
"front": "cisco_wwwserver.png"
}
},
{
"id": "cisco_contentservicerouter",
"label": "Cisco Contentservicerouter",
"category": "Network",
"views": {
"icon": "cisco_contentservicerouter.png",
"front": "cisco_contentservicerouter.png"
}
},
{
"id": "cisco_database",
"label": "Cisco Database",
"category": "DBMS",
"views": {
"icon": "cisco_database.png",
"front": "cisco_database.png"
}
},
{
"id": "cisco_mgx8000",
"label": "Cisco Mgx8000",
"category": "Network",
"views": {
"icon": "cisco_mgx8000.png",
"front": "cisco_mgx8000.png"
}
},
{
"id": "cisco_l2_100base",
"label": "Cisco L2 ",
"category": "Network",
"views": {
"icon": "cisco_l2_100base.png",
"front": "cisco_l2_100base.png"
}
},
{
"id": "cisco_cloud",
"label": "Cisco Cloud",
"category": "Cloud",
"views": {
"icon": "cisco_cloud.png",
"front": "cisco_cloud.png"
}
}
]
}
@@ -0,0 +1,24 @@
{
"id": "sample_cisco",
"name": "Cisco Enterprise Pack",
"vendor": "Cisco",
"version": "1.0.0",
"assets": [
{
"id": "cisco_router",
"label": "Integrated Services Router",
"category": "Network",
"views": {
"icon": "router.svg"
}
},
{
"id": "cisco_switch",
"label": "Catalyst Switch",
"category": "Network",
"views": {
"icon": "switch.svg"
}
}
]
}
@@ -0,0 +1,5 @@
<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<circle cx="50" cy="50" r="45" fill="#3b82f6" stroke="#1d4ed8" stroke-width="2"/>
<path d="M50 20 L50 40 M50 80 L50 60 M20 50 L40 50 M80 50 L60 50" stroke="white" stroke-width="5" stroke-linecap="round"/>
<path d="M45 40 L50 35 L55 40 M45 60 L50 65 L55 60 M40 45 L35 50 L40 55 M60 45 L65 50 L60 55" fill="none" stroke="white" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 499 B

@@ -0,0 +1,5 @@
<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<rect x="10" y="25" width="80" height="50" rx="5" fill="#3b82f6" stroke="#1d4ed8" stroke-width="2"/>
<path d="M30 40 L50 40 M50 60 L70 60" stroke="white" stroke-width="4" stroke-linecap="round"/>
<path d="M45 35 L50 40 L45 45 M55 55 L50 60 L55 65" fill="none" stroke="white" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 448 B