Files
youlegames/codes/games/client/Version/2.4.txt
2026-02-04 23:47:45 +08:00

12 lines
483 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
V2.4 2016-3-25
1改进了高清模式的运行帧数。
gameabc_face.dfwgao=1; //开启高清模式。
2修改showmessage手机弹窗问题。
3增加了打电话功能。
ifast_tel('13330103011'); //引号里填写电话号码
4可限制输入框输入字符的长度。
set_self(1,'maxLength',4); //设置输入框输入的最大字符长度
5修复了输入框弹出键盘之后背景缩放问题。
6文字精灵的“文本样式”属性增加“数字输入框”的选项在手机上可以弹出数字键盘。
7解决在Windows7中软件界面显示不正确的问题。
8修正升级程序的若干Bug。