为了不再需要控件模块统一添加back按钮文本,返回按钮统一使用图标;含义接近"更多"按钮也改用图标

This commit is contained in:
MrZ626
2021-05-27 15:37:06 +08:00
parent 5adda6adaa
commit d4fd2cd22f
55 changed files with 66 additions and 72 deletions

View File

@@ -29,11 +29,6 @@ function LANG.init(langList,publicText)--Attention, calling this will destory al
if type(rawget(L,"getTip"))=='table'then
setmetatable(L.getTip,tipMeta)
end
--set global name for all back button
for _,v in next,L.WidgetText do
v.back=L.back
end
end
LANG.init,LANG.setLangList,LANG.setPublicText=nil