Skip to content

Commit

Permalink
fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
luckykeeper committed Nov 24, 2022
1 parent 7a49062 commit af792f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FyneApp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Website = "https://luckykeeper.site"
Name = "pluJs"
ID = "plujs.luckykeeper.site"
Version = "1.0.0"
Build = 1
Build = 2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## 注意事项

PluJs 仅适用于 **React 版前端 Plumemo(theme-react-sakura 主题,非 ssr 版本)**或通过一键脚本(包含使用[我的 Docker 镜像](https://github.com/luckykeeper/docker_plumemo))安装的 Plumemo ,在其它主题的 Plumemo 使用可能会导致未知问题!使用前请知悉
PluJs 仅适用于 React 版前端 Plumemo(theme-react-sakura 主题,非 ssr 版本)或通过一键脚本(包含使用[我的 Docker 镜像](https://github.com/luckykeeper/docker_plumemo))安装的 Plumemo ,在其它主题的 Plumemo 使用可能会导致未知问题!使用前请知悉

项目基于某个内部项目略加改动而来,里面可能会有奇奇怪怪的文字说明,懒得大改了(#查询你游玩家成分)2333

Expand Down
4 changes: 2 additions & 2 deletions pluJs.go
Original file line number Diff line number Diff line change
Expand Up @@ -378,15 +378,15 @@ func PathExists(path string) (bool, error) {

// 库存界面
func database() {
ContentTitle = widget.NewLabel("memo酱吃不下了啦!o(*≧▽≦)ツ┏━┓")
ContentTitle = widget.NewLabel("momo酱吃不下了啦!o(*≧▽≦)ツ┏━┓")
ContentTitleBox = container.New(layout.NewVBoxLayout(), ContentTitle, widget.NewSeparator())

addImageIcon := canvas.NewImageFromFile("./icon/change.jpg")
addImageIcon.FillMode = canvas.ImageFillContain
addImageIcon.SetMinSize(fyne.NewSize(265.5, 375.5))

Content = container.NewCenter(container.NewVBox(
widget.NewLabelWithStyle("memo酱吃不下了啦!", fyne.TextAlignCenter, fyne.TextStyle{Bold: true}),
widget.NewLabelWithStyle("momo酱吃不下了啦!", fyne.TextAlignCenter, fyne.TextStyle{Bold: true}),
container.NewHBox(
widget.NewButtonWithIcon("给我恰!",
theme.DownloadIcon(),
Expand Down

0 comments on commit af792f8

Please sign in to comment.