efront 4.11.5 → 4.11.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/apps/pivot/cert/main.xht +12 -0
- package/apps/pivot/task/invoke.html +1 -1
- package/apps/pivot/task/invoke.js +1 -0
- package/apps/pivot/task/invoke.less +7 -4
- package/apps/pivot/task/list.js +24 -17
- package/coms/compile/Javascript_test.js +3 -1
- package/coms/compile/Program.js +8 -3
- package/coms/compile/powermap.js +1 -1
- package/coms/compile/unstruct.js +20 -7
- package/coms/compile/unstruct_test.js +1 -0
- package/coms/zimoli/field.js +82 -17
- package/coms/zimoli/field.less +49 -25
- package/coms/zimoli/getTypedChildren.js +26 -0
- package/coms/zimoli/model.js +12 -2
- package/coms/zimoli/render.js +15 -6
- package/coms/zimoli/view.js +13 -18
- package/coms//350/214/250/350/217/260//344/270/212/350/211/262.xht +1 -1
- package/coms//350/214/250/350/217/260//346/270/262/346/237/223.js +1 -1
- package/coms//350/214/250/350/217/260//347/274/226/350/276/221/346/241/206.xht +28 -6
- package/coms//350/214/250/350/217/260//350/277/275/345/212/240/345/205/211/346/240/207.js +1 -1
- package/docs//345/267/245/345/205/267//345/255/227/347/254/246/351/233/206/346/243/200/346/237/245.xht +0 -9
- package/package.json +1 -1
- package/public/efront.js +1 -1
- package/readme-en.md +7 -0
- package/readme.md +7 -0
package/readme-en.md
CHANGED
|
@@ -161,10 +161,17 @@ You can also click on [github](https://github.com/yunxu1019/efront/issues). The
|
|
|
161
161
|
|
|
162
162
|
# Related Links
|
|
163
163
|
|
|
164
|
+
[efront Online Documents](https://efront.cc/docs/)
|
|
165
|
+
|
|
164
166
|
[efront Compatibility Description](coms/basic_/readme-en.md)
|
|
165
167
|
[Version Introduction](docs/version-desc.md)
|
|
166
168
|
[Compared to the front-end framework](docs/compare-en.md)
|
|
167
169
|
|
|
170
|
+
[efront server manager](https://efront.cc/pivot/)
|
|
171
|
+
|
|
172
|
+
[白前看图](https://efront.cc/baiplay)
|
|
173
|
+
[酷酷千百易云音乐](https://efront.cc/kugou/)
|
|
174
|
+
|
|
168
175
|
> If you would like to help me to improve this project, please follow the following link to join the metting in skype.
|
|
169
176
|
https://join.skype.com/v8a630zaeGks
|
|
170
177
|
|
package/readme.md
CHANGED
|
@@ -158,10 +158,17 @@ efront 默认读取当前路径下的`_envs/`和用户目录的`.efront/_envs/`
|
|
|
158
158
|
* 从 efront3.29 开始`.xht`文件将被识别为组件文件,如果文件内未提供入口,入口函数将由 efront 自动生成并填充
|
|
159
159
|
# 相关链接
|
|
160
160
|
|
|
161
|
+
[efront 在线文档](https://efront.cc/docs/)
|
|
162
|
+
|
|
161
163
|
[efront 兼容性说明](coms/basic_/readme.md)
|
|
162
164
|
[版本简介](docs/%E7%89%88%E6%9C%AC%E8%AF%B4%E6%98%8E.md)
|
|
163
165
|
[与前端框架对比](docs/compare.md)
|
|
164
166
|
|
|
167
|
+
[efront服务器管理工具](https://efront.cc/pivot/)
|
|
168
|
+
|
|
169
|
+
[白前看图](https://efront.cc/baiplay)
|
|
170
|
+
[酷酷千百易云音乐](https://efront.cc/kugou/)
|
|
171
|
+
|
|
165
172
|
> 如果您要提供修改建议或报告问题,可加入QQ群 710029752 反馈。
|
|
166
173
|
|
|
167
174
|
> 项目作者正在找工作,有招工意向的可将招工信息发送至我的邮箱 yunxu1019@live.cn
|