add web output backend

This commit is contained in:
Aynakeya
2022-07-12 21:06:55 -07:00
parent 6e4c78daf2
commit 94615265bf
16 changed files with 554 additions and 54 deletions

View File

@@ -6,7 +6,7 @@ import (
"path"
)
const VERSION = "alpha 0.8.1"
const VERSION = "alpha 0.8.3"
const CONFIG_PATH = "./config.ini"
const Assests_PATH = "./assets"