Skip to content

Commit

Permalink
修改文案
Browse files Browse the repository at this point in the history
  • Loading branch information
hteen committed Sep 26, 2021
1 parent 85fcc1e commit b8122ad
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ func main() {
areaWidget.Horizontal = true

w.SetContent(container.NewVBox(
widget.NewLabel("1.首次运行请先获取Apple注册码,确保能正确打开网页\n"+
"2.选择门店和型号,点击添加按钮\n"+
"3.点击开始\n"+
"4.匹配到之后会直接进入门店预购页面,输入注册码选择预约时间即可",
widget.NewLabel("1.选择门店和型号,点击添加按钮\n"+
"2.点击开始\n"+
"3.匹配到之后会直接进入产品预购页面,选择预约门店和时间",
),
container.New(layout.NewFormLayout(), widget.NewLabel("选择地区:"), areaWidget),
container.New(layout.NewFormLayout(), widget.NewLabel("选择门店:"), storeWidget),
Expand Down

0 comments on commit b8122ad

Please sign in to comment.