删除添加作者qq按钮

This commit is contained in:
MrZ626
2021-11-30 01:26:41 +08:00
parent 5d86925a8a
commit cd567e9e98
10 changed files with 2 additions and 12 deletions

View File

@@ -579,7 +579,6 @@ return{
staff="Staff",
his="History",
legals="Legals",
qq="Author's QQ",
},
dict={
title="TetroDictionary",

View File

@@ -536,7 +536,6 @@ return{
staff="Staff",
his="Hist. de Acts.",
-- legals="Legals",
qq="QQ del Autor",
},
dict={
title="TetroDictionary",

View File

@@ -615,7 +615,6 @@ return{
staff="Staff",
his="History",
-- legals="Legals",
qq="QQ du créateur",
},
app_link={
invis="Aveugler",

View File

@@ -567,7 +567,6 @@ return{
staff="Staff",
his="History",
-- legals="Legals",
qq="Author's qq",
},
dict={
title="TetroDictionary",

View File

@@ -462,7 +462,6 @@ return{
staff="Orz",
his="_&_",
legals="",
qq="_@_",
},
dict={
title="TetroDictionary",

View File

@@ -140,7 +140,6 @@ return{fallback='zh',
staff="游戏谁写的",
his="黑历史",
legals="正经人谁看啊",
qq="QQ对线",
},
register={
password2="你懂的",

View File

@@ -594,7 +594,6 @@ return{
staff="制作人员",
his="更新历史",
legals="法律信息",
qq="作者QQ",
},
dict={
title="小Z方块词典",

View File

@@ -576,7 +576,6 @@ return{
staff="工作人员",
his="历史",
legals="法律",
qq="作者QQ",
},
dict={
title="四联词典",

View File

@@ -593,7 +593,6 @@ return{
staff="製作人員",
his="更新曆史",
legals="法律信息",
qq="作者QQ",
},
dict={
title="小Z方塊詞典",

View File

@@ -57,9 +57,8 @@ scene.widgetList={
WIDGET.newImage{name='pay1', x=20, y=20,hide=SYSTEM=='iOS'},
WIDGET.newImage{name='pay2', x=1014,y=20,hide=SYSTEM=='iOS'},
WIDGET.newButton{name='staff', x=1140,y=380,w=220,h=80,font=35,code=goScene'staff'},
WIDGET.newButton{name='his', x=1140,y=470,w=220,h=80,font=35,code=goScene'history'},
WIDGET.newButton{name='legals', x=1140,y=560,w=220,h=80,font=35,code=goScene'legals'},
WIDGET.newButton{name='qq', x=1140,y=650,w=220,h=80,font=35,code=function()love.system.openURL("tencent://message/?uin=1046101471&Site=&Menu=yes")end,hide=MOBILE},
WIDGET.newButton{name='his', x=1140,y=480,w=220,h=80,font=35,code=goScene'history'},
WIDGET.newButton{name='legals', x=1140,y=580,w=220,h=80,font=35,code=goScene'legals'},
WIDGET.newButton{name='back', x=640, y=600,w=170,h=80,font=60,fText=CHAR.icon.back,code=backScene},
}