调整登录界面ui

This commit is contained in:
MrZ_26
2023-05-28 18:31:52 +08:00
parent 0421654c50
commit 65fc0339b9
12 changed files with 22 additions and 11 deletions

View File

@@ -747,7 +747,8 @@ return {
login={
title="Sign In",
ticket="Auth Ticket",
authorize="Open Authorizing Page",
authorize="Go Authorizing",
paste="Paste Ticket",
submit="Submit",
},
reset_password={

View File

@@ -740,6 +740,7 @@ return {
title="Registrarse",
ticket="Ticket de Verif.",
authorize="Abrir página de Verificación",
paste="Paste Ticket",
submit="Enviar",
},
reset_password={

View File

@@ -702,7 +702,8 @@ return {
login={
-- title="Sign In",
-- ticket="Auth Ticket",
-- authorize="Open Authorizing Page",
-- authorize="Go Authorizing",
-- paste="Paste Ticket",
-- submit="Submit",
},
reset_password={

View File

@@ -748,7 +748,8 @@ return {
login={
-- title="Sign In",
-- ticket="Auth Ticket",
-- authorize="Open Authorizing Page",
-- authorize="Go Authorizing",
-- paste="Paste Ticket",
-- submit="Submit",
},
reset_password={

View File

@@ -750,6 +750,7 @@ return {
title="サインイン",
ticket="認証チケット",
authorize="認証ページにアクセス",
-- paste="Paste Ticket",
submit="送信",
},
reset_password={

View File

@@ -737,7 +737,8 @@ return {
login={
-- title="Sign In",
-- ticket="Auth Ticket",
-- authorize="Open Authorizing Page",
-- authorize="Go Authorizing",
-- paste="Paste Ticket",
-- submit="Submit",
},
reset_password={

View File

@@ -489,6 +489,7 @@ return {
title="Sign In",
ticket="***",
authorize="**?",
paste="_*",
submit="<!>",
},
reset_password={

View File

@@ -749,6 +749,7 @@ return {
title="Đăng Nhập",
ticket="Mã uỷ quyền",
authorize="Mở trang uỷ quyền",
-- paste="Paste Ticket",
submit="Gửi",
},
reset_password={

View File

@@ -747,7 +747,8 @@ return {
login={
title="登录",
ticket="登录口令",
authorize="去官网获取口令",
authorize="获取口令",
paste="粘贴口令",
submit="登录",
},
reset_password={

View File

@@ -695,8 +695,9 @@ return {
login={
title="SignIn.UI",
ticket="Ticket=",
authorize="Authorize()",
submit="Submit()",
authorize="Authorize();",
paste="Paste();",
submit="Submit();",
},
reset_password={
title="Reset_Password.UI",

View File

@@ -747,7 +747,8 @@ return {
login={
title="登錄",
ticket="登錄口令",
authorize="去官網獲取口令",
authorize="獲取口令",
paste="粘貼口令",
submit="登錄",
},
reset_password={

View File

@@ -50,9 +50,9 @@ scene.widgetList={
WIDGET.newInputBox{name='ticket', x=280, y=200,w=730,h=320,font=30,regex="[0-9A-Z]",limit=128},
WIDGET.newKey{name='authorize', x=430, y=600,w=300,h=80,font=40,code=_authorize},
WIDGET.newKey{name='submit', x=755, y=600,w=300,h=80,font=40,code=_submit},
WIDGET.newKey{name='paste', x=970, y=600,w=80,font=40,fText=CHAR.icon.import,code=_paste},
WIDGET.newKey{name='authorize', x=400, y=600,w=240,h=80,font=40,code=_authorize},
WIDGET.newKey{name='paste', x=645, y=600,w=240,h=80,font=40,code=_paste},
WIDGET.newKey{name='submit', x=890, y=600,w=240,h=80,font=40,code=_submit},
WIDGET.newButton{name='back', x=1140,y=640,w=170,h=80,sound='back',font=60,fText=CHAR.icon.back,code=pressKey'escape'},
}