mirror of
https://github.com/fumiama/go-web-wrapper.git
synced 2026-06-05 00:32:43 +08:00
7 lines
100 B
Go
7 lines
100 B
Go
package main
|
|
|
|
const (
|
|
Endpoint = "127.0.0.1:8381"
|
|
WindowTitle = "预览" // for windows only
|
|
)
|