Skip to content

Commit

Permalink
update: 调整版本;
Browse files Browse the repository at this point in the history
  • Loading branch information
speauty committed Apr 2, 2023
1 parent 5e543f8 commit 32a49fb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 431 deletions.
2 changes: 1 addition & 1 deletion app.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func main() {
panic(err)
}

_ = tt_ui.GetInstance().GoPage(page.GetUsage().GetId())
_ = tt_ui.GetInstance().GoPage(page.GetSubripTranslate().GetId())

tt_ui.GetInstance().Run()
}
2 changes: 1 addition & 1 deletion const/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package _const

const (
Author = "speauty"
Version = "v0.0.0"
Version = "v2.0.0"
EnvDebug = "debug"
EnvRelease = "release"

Expand Down
Loading

0 comments on commit 32a49fb

Please sign in to comment.