efront 4.21.2 → 4.21.4
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/#/345/233/275/351/231/205/345/214/226.yml +93 -66
- package/coms/basic/#loader.js +6 -19
- package/coms/basic/parseNumber.js +12 -7
- package/coms/basic/percent.js +28 -0
- package/coms/basic/refilm.js +24 -5
- package/coms/basic/refilm_decode.js +6 -2
- package/coms/basic/refilm_decode_test.js +1 -0
- package/coms/compile/Html_test.js +5 -0
- package/coms/compile/Javascript.js +12 -2
- package/coms/compile/Javascript_test.js +3 -0
- package/coms/compile/Program.js +119 -43
- package/coms/compile/common.js +7 -1
- package/coms/compile/scanner2.js +53 -7
- package/coms/compile/translate.js +1 -1
- package/coms/zimoli/XMLHttpRequest.js +16 -13
- package/coms/zimoli/table.html +1 -1
- package/coms/zimoli/zimoli.js +16 -27
- package/docs//345/267/245/345/205/267//345/233/275/351/231/205/345/214/226.xht +4 -0
- package/package.json +1 -1
- package/public/efront.js +1 -1
- package/readme-en.md +3 -5
- package/readme.md +3 -4
package/readme-en.md
CHANGED
|
@@ -172,8 +172,6 @@ You can also click on [github](https://github.com/yunxu1019/efront/issues). The
|
|
|
172
172
|
[白前看图](https://efront.cc/baiplay)
|
|
173
173
|
[酷酷千百易云音乐](https://efront.cc/kugou/)
|
|
174
174
|
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
> If you are willing to offer me a job or only let me try ... try, please drop a letter to yunxu1019@live.cn
|
|
175
|
+
# Chat Groups
|
|
176
|
+
QQ群: 710029752
|
|
177
|
+
Telegram: https://t.me/+y6VF1P1MTXlhN2Y1
|
package/readme.md
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
> 由于本尊用于开发的笔记本损坏,预计短期内无法更新此项目。待本尊攒够一千块钱,会尽快换个二手的计算机,将原有的开发工作迁移过去,然后继续提供此项目的更新,勿念。
|
|
2
1
|
[English version](./readme-en.md)
|
|
3
2
|
|
|
4
3
|
*efront* 是一个开发工具,提供前端开发所需的各种功能,可作为开发环境使用,也可当成命令行工具使用其中的部分功能。
|
|
@@ -170,6 +169,6 @@ efront 默认读取当前路径下的`_envs/`和用户目录的`.efront/_envs/`
|
|
|
170
169
|
[白前看图](https://efront.cc/baiplay)
|
|
171
170
|
[酷酷千百易云音乐](https://efront.cc/kugou/)
|
|
172
171
|
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
172
|
+
# 讨论群
|
|
173
|
+
QQ群: 710029752
|
|
174
|
+
Telegram: https://t.me/+y6VF1P1MTXlhN2Y1
|