commit 284193b82e7884b30f055b99f0965e6bdfce101d Author: omni Date: Sun Jun 21 14:49:02 2026 +0000 Добавить templates.json diff --git a/templates.json b/templates.json new file mode 100644 index 0000000..7308b02 --- /dev/null +++ b/templates.json @@ -0,0 +1,10 @@ +[ + { + "name": "Wi-Fi (WPA)", + "fields": [ + {"name" :"string"}, + {"password": "string"} + ], + "template": "WIFI:S:$name$;T:WPA;P:$password$;;" + } +]