efront 3.35.5 → 3.35.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.
@@ -4,4 +4,5 @@
4
4
  zimoli() // 切换历史后初始化
5
5
  zimoli.clearHistory() // 清空历史
6
6
  zimoli.register(pathname) // 注册通用路由
7
+ zimoli.enableTouchBack() // 开启滑动后退
7
8
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "efront",
3
- "version": "3.35.5",
3
+ "version": "3.35.7",
4
4
  "description": "简化前端开发,优化web性能",
5
5
  "main": "public/efront.js",
6
6
  "directories": {