7.21 big change

This commit is contained in:
2026-07-21 17:57:04 +08:00
parent 4806ca6bc0
commit 6f6bde4a24
29 changed files with 2893 additions and 338 deletions
+4 -3
View File
@@ -17,9 +17,10 @@ func main() {
// Create application with options
err := wails.Run(&options.App{
Title: "dissertation",
Width: 1024,
Height: 768,
Title: "分类喵",
Width: 1024,
Height: 768,
DisableResize: true,
AssetServer: &assetserver.Options{
Assets: assets,
},