efront 4.0.45 → 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,12 +29,11 @@ Global installation of efront from NPM
29
29
  ```bat
30
30
  npm install -g efront
31
31
  ```
32
-
33
- ```
32
+ <!--
34
33
  If you just want to test limited efront functions via [deno](https://deno.land/), you may fire your code as bellow:
35
- ```
34
+ ```shell
36
35
  deno run --allow-all http://efront.cc/ help
37
- ```
36
+ ``` -->
38
37
 
39
38
 
40
39
  ## 2. View Help System
package/readme.md CHANGED
@@ -29,10 +29,10 @@
29
29
  ```bat
30
30
  npm install -g efront
31
31
  ```
32
- 如果要在[deno](https://deno.land/)上运行`efront`,您可以使用如下命令
32
+ <!-- 如果要在[deno](https://deno.land/)上运行`efront`,您可以使用如下命令
33
33
  ```
34
34
  deno run --allow-all http://efront.cc/ help
35
- ```
35
+ ``` -->
36
36
 
37
37
  ## 2. 查看帮助系统
38
38