完成了分享下载全部流程

This commit is contained in:
2024-10-12 13:37:49 +08:00
parent e6f5aaa02f
commit 7862b1d88e
11 changed files with 342 additions and 30 deletions
+2
View File
@@ -7,6 +7,7 @@ import (
"fyne.io/fyne/v2/widget"
"work_cation/assets"
"work_cation/global"
"work_cation/service"
"work_cation/version"
"work_cation/views"
)
@@ -33,6 +34,7 @@ func main() {
// 主界面
func mainView(w fyne.Window) fyne.CanvasObject {
service.Zeroconf.StartFindService()
var (
content = container.NewMax()
a = fyne.CurrentApp()