1
0
mirror of https://github.com/fumiama/go-web-wrapper.git synced 2026-06-09 12:30:30 +08:00
This commit is contained in:
源文雨
2025-07-16 22:59:58 +09:00
parent 59331ed177
commit 28dca5ac1e
7 changed files with 351 additions and 0 deletions

6
config.go Normal file
View File

@@ -0,0 +1,6 @@
package main
const (
Endpoint = "127.0.0.1:8381"
WindowTitle = "预览" // for windows only
)