1
0
mirror of https://github.com/fumiama/go-web-wrapper.git synced 2026-06-05 00:32:43 +08:00
Files
go-web-wrapper/config.go
源文雨 28dca5ac1e init
2025-07-16 22:59:58 +09:00

7 lines
100 B
Go

package main
const (
Endpoint = "127.0.0.1:8381"
WindowTitle = "预览" // for windows only
)