diff --git a/FyneApp.toml b/FyneApp.toml index 4fadb45..845ea8d 100644 --- a/FyneApp.toml +++ b/FyneApp.toml @@ -5,4 +5,4 @@ Website = "https://luckykeeper.site" Name = "pluJs" ID = "plujs.luckykeeper.site" Version = "1.0.0" - Build = 1 + Build = 2 diff --git a/README.md b/README.md index f9fff19..cac5ab8 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pluJs.go b/pluJs.go index aa221a1..2d2a1f2 100644 --- a/pluJs.go +++ b/pluJs.go @@ -378,7 +378,7 @@ 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") @@ -386,7 +386,7 @@ func database() { 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(),