add template extension and demo extension

This commit is contained in:
hiddify
2024-09-29 15:29:23 +02:00
parent ac90559007
commit 9ccdc01549
3 changed files with 8 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
package repository
import (
_ "github.com/hiddify/hiddify-app-example-extension/hiddify_extension"
_ "github.com/hiddify/hiddify-app-demo-extension/hiddify_extension"
_ "github.com/hiddify/hiddify-ip-scanner-extension/hiddify_extension"
)