完善个人数据维护, 初步建立局域网链接逻辑

This commit is contained in:
2024-10-11 18:46:40 +08:00
parent 0716c82833
commit d1d7f56ce4
13 changed files with 403 additions and 29 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ func main() {
a := app.NewWithID("io.fyne.workCation")
a.Settings().SetTheme(&assets.MyTheme{})
a.SetIcon(assets.LogoDataSR)
w := a.NewWindow("主页 " + version.NowVersion)
w := a.NewWindow("开发小工具 " + version.NowVersion)
w.Resize(fyne.NewSize(800, 550))
w.SetContent(mainView(w))
w.CenterOnScreen()