efront 3.24.5 → 3.24.7

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.md CHANGED
@@ -1,6 +1,5 @@
1
1
 
2
2
  # efront 思想
3
- 上次参加一个github的面试,一帮中国人组成的团队跟我说不能用中文。他妈的,老子就要用中文,你们狗逼管的着吗?
4
3
  1. 每个文件只导出一份数据,这一份数据可以是 boolean,number,string,function,object,bigint,null,undefined 中的任意一种
5
4
  2. 文件名即变量名,在其他文件中引用当前文件导出的变量,只要使用当前文件的文件名(不含后缀)即可
6
5
  3. 无环形引用(相互调用:a引用b,b引用a;首尾引用:a引用b,b引用...c,c引用a)