Initial commit: drawNET Alpha v1.0 - Professional Topology Designer with Full i18n and Performance Optimizations

This commit is contained in:
leeyj
2026-03-22 22:37:24 +09:00
commit 5cea93e317
192 changed files with 14449 additions and 0 deletions
@@ -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"
}
}
]
}