在主程序中添加版本信息输出,显示“MITM Proxy Server v1.3”。

This commit is contained in:
wjsjwr 2025-08-22 23:45:35 +08:00
parent a26a612a5b
commit a214b58ac6

View File

@ -64,6 +64,8 @@ func main() {
setConsoleUTF8()
}
fmt.Println("MITM Proxy Server v1.3")
fmt.Println("Reading dictionary...")
dict, err := NewChineseDict("dict.txt")
if err != nil {