efront 3.29.1 → 3.29.2
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/coms/layer/leftCenter.js +1 -1
- package/coms/zimoli/back.xht +4 -1
- package/coms/zimoli/gallery.js +1 -2
- package/coms/zimoli/lattice.js +1 -1
- package/coms/zimoli/onresize.js +2 -1
- package/coms/zimoli/render.js +3 -2
- package/coms/zimoli/resizingList.js +8 -3
- package/coms/zimoli/slider.js +1 -1
- package/coms/zimoli/table.js +1 -2
- package/coms/zimoli/view.less +5 -4
- package/package.json +1 -1
- package/public/efront.js +1 -1
- package/readme.md +1 -0
package/readme.md
CHANGED
|
@@ -115,6 +115,7 @@ efront 默认读取当前路径下的`_envs/`和用户目录的`.efront/_envs/`
|
|
|
115
115
|
| `PATH.SSL_PFX` | ssl证书的路径,证书要使用pfx格式的 |
|
|
116
116
|
| `PASSWORD.SSL_PFX` | ssl证书密码 |
|
|
117
117
|
| `DIRECT` | 如果是用`pathname`作为单页应用的页面路径,可以配置此参数,以使空路都指向该参数所指定的路径。如果配置为数值,则自动截取用户路径的前几级,如果指定为字符串,则所有空路径都返回该字符串路径下的内容。 |
|
|
118
|
+
| `ENTRY_NAME` | efront默认依次查找文件中声明的`main`,`Main`,`MAIN`,`<文件名>`做为导出对象(入口),用户可配置此环境变量以进行修改 |
|
|
118
119
|
|
|
119
120
|
# 功能选项
|
|
120
121
|
|