修改项目名称

This commit is contained in:
zyj
2026-03-11 18:43:36 +08:00
parent 80c6f77772
commit d656876e11
24 changed files with 734 additions and 92 deletions

View File

@@ -29,8 +29,8 @@ func main() {
// 'Mac' options tailor the application when running an macOS.
appService := &App{}
app := application.New(application.Options{
Name: "main",
Description: "A demo of using raw HTML & CSS",
Name: "wails3-nuxt4",
Description: "Wails3 + Nuxt4 Desktop Application",
Services: []application.Service{
application.NewService(appService),
application.NewService(&GreetService{}),