更新主程序中的版本信息,修改输出为“MITM Proxy Server v1.4”。

This commit is contained in:
wjsjwr 2025-09-08 23:21:03 +08:00
parent a0cb2a7ca6
commit b61861cb67

View File

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