From c44a8460afb95058055b63d382978b502bcf9d74 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sun, 18 Oct 2020 15:38:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=99=BB=E5=BD=95=E5=9C=BA?= =?UTF-8?q?=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/languages.lua | 15 +++++++++++++++ Zframework/widgetList.lua | 3 +++ 2 files changed, 18 insertions(+) diff --git a/Zframework/languages.lua b/Zframework/languages.lua index 81d4489d..70902261 100644 --- a/Zframework/languages.lua +++ b/Zframework/languages.lua @@ -456,6 +456,9 @@ local langList={ path="打开存储目录", back="返回", }, + login={ + title="登录/注册", + }, account={ title="账户", }, @@ -1041,6 +1044,9 @@ local langList={ path="打开存储目录", back="返回", }, + login={ + title="登录/注册", + }, account={ title="账户", }, @@ -1616,6 +1622,9 @@ local langList={ path="Open Data Folder", back="Back", }, + login={ + title="Log in / Sign up", + }, account={ title="Account", }, @@ -2205,6 +2214,9 @@ local langList={ path="_$_", back="X", }, + login={ + title="Log in / Sign up", + }, account={ title="@_@", }, @@ -2787,6 +2799,9 @@ local langList={ path="打开存储目录", back="返回", }, + login={ + title="登录/注册", + }, account={ title="账户", }, diff --git a/Zframework/widgetList.lua b/Zframework/widgetList.lua index db0eb531..356d1f74 100644 --- a/Zframework/widgetList.lua +++ b/Zframework/widgetList.lua @@ -659,6 +659,9 @@ local Widgets={ newButton({name="path", x=980, y=620,w=250,h=80, font=25,code=function()love.system.openURL(love.filesystem.getSaveDirectory())end,hide=mobileHide}), newButton({name="back", x=640, y=620,w=200,h=80, font=35,code=BACK}), }, + login={ + newText({name="title", x=80,y=50,font=70,align="L"}), + }, account={ newText({name="title", x=80,y=50,font=70,align="L"}), },