efront 4.0.41 → 4.0.48

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/readme-en.md CHANGED
@@ -29,6 +29,12 @@ Global installation of efront from NPM
29
29
  ```bat
30
30
  npm install -g efront
31
31
  ```
32
+ <!--
33
+ If you just want to test limited efront functions via [deno](https://deno.land/), you may fire your code as bellow:
34
+ ```shell
35
+ deno run --allow-all http://efront.cc/ help
36
+ ``` -->
37
+
32
38
 
33
39
  ## 2. View Help System
34
40
 
@@ -157,12 +163,11 @@ You can also click on [github](https://github.com/yunxu1019/efront/issues). The
157
163
 
158
164
  # Related Links
159
165
 
160
- [efront Online Documents](http://efront.cc/docs/)
166
+ [efront Online Documents](https://efront.cc/docs/)
161
167
 
162
168
  [efront Compatibility Description](coms/basic_/readme-en.md)
163
169
  &nbsp;&nbsp;[Version Introduction](docs/version-desc.md)
164
170
  &nbsp;&nbsp;[Compared to the front-end framework](docs/compare-en.md)
165
171
 
166
- [酷酷千百易云音乐](http://efront.cc/kugou/)
167
-
168
- &nbsp;&nbsp;[白前看图](https://efront.cc/baiplay)
172
+ [白前看图](https://efront.cc/baiplay)
173
+ &nbsp;&nbsp;[酷酷千百易云音乐](https://efront.cc/kugou/)
package/readme.md CHANGED
@@ -29,6 +29,10 @@
29
29
  ```bat
30
30
  npm install -g efront
31
31
  ```
32
+ <!-- 如果要在[deno](https://deno.land/)上运行`efront`,您可以使用如下命令
33
+ ```
34
+ deno run --allow-all http://efront.cc/ help
35
+ ``` -->
32
36
 
33
37
  ## 2. 查看帮助系统
34
38
 
@@ -156,12 +160,11 @@ efront 默认读取当前路径下的`_envs/`和用户目录的`.efront/_envs/`
156
160
  * 从 efront3.29 开始`.xht`文件将被识别为组件文件,如果文件内未提供入口,入口函数将由 efront 自动生成并填充
157
161
  # 相关链接
158
162
 
159
- [efront 在线文档](http://efront.cc/docs/)
163
+ [efront 在线文档](https://efront.cc/docs/)
160
164
 
161
165
  [efront 兼容性说明](coms/basic_/readme.md)
162
166
  &nbsp;&nbsp;[版本简介](docs/%E7%89%88%E6%9C%AC%E8%AF%B4%E6%98%8E.md)
163
167
  &nbsp;&nbsp;[与前端框架对比](docs/compare.md)
164
168
 
165
- [酷酷千百易云音乐](http://efront.cc/kugou/)
166
- &nbsp;&nbsp;[局域网微信](http://ipv4.efront.cc/wechat/)
167
- &nbsp;&nbsp;[白前看图](https://efront.cc/baiplay)
169
+ [白前看图](https://efront.cc/baiplay)
170
+ &nbsp;&nbsp;[酷酷千百易云音乐](https://efront.cc/kugou/)