目录结构调整

This commit is contained in:
2026-02-04 23:47:45 +08:00
parent 6938c911c3
commit 6b22238c6e
8780 changed files with 15333 additions and 574 deletions

View File

@@ -0,0 +1,12 @@
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。