From 89dc26b95a8212acd79fb79a9e9aafe56bf629df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=93=86=E5=95=A6=E5=A5=BD=E6=A2=A6?= <530353222@qq.com> Date: Thu, 16 Feb 2023 10:43:56 +0800 Subject: [PATCH] 1.5.1 --- README.md | 6 +++--- README.zh-CN.md | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9a4bef4..9d2c666 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@
-## 🌏 [English](https://www.yuque.com/u34495/ee-doc) | [中文](https://www.yuque.com/u34495/mivcfg) +## 🌏[中文](https://www.yuque.com/u34495/mivcfg) | [English](https://www.yuque.com/u34495/ee-doc) ## 📋 Introduction - 🍩 **Why?** desktop software ( office direction , personal tools ), still Yes PC in the next ten years one of the requirements is to improve work efficiency - 🍉 **Simple:** just understand JavaScript - 🍑 **Vision:** all developers can learn how to develop desktop software -- 🍰 **Gitee:** https://gitee.com/dromara/electron-egg **2700+** -- 🍨 **Github:** https://github.com/dromara/electron-egg **600+** +- 🍰 **Gitee:** https://gitee.com/dromara/electron-egg **2900+** +- 🍨 **Github:** https://github.com/dromara/electron-egg **700+** - 🏆 most valuable open source project ![](https://wallace5303.gitee.io/ee/images/electron-egg/ee-zs.png) diff --git a/README.zh-CN.md b/README.zh-CN.md index 61181df..792cda7 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -16,8 +16,8 @@ - 🍩 **为什么使用?** 桌面软件(办公方向、 个人工具),仍然是未来十几年PC端需求之一,提高工作效率 - 🍉 **简单:** 只需懂 JavaScript - 🍑 **愿景:** 所有开发者都能学会桌面软件研发 -- 🍰 **gitee:** https://gitee.com/dromara/electron-egg **2700+** -- 🍨 **github:** https://github.com/dromara/electron-egg **600+** +- 🍰 **gitee:** https://gitee.com/dromara/electron-egg **2900+** +- 🍨 **github:** https://github.com/dromara/electron-egg **700+** - 🏆 码云最有价值开源项目 ![](https://wallace5303.gitee.io/ee/images/electron-egg/ee-zs.png) diff --git a/package.json b/package.json index 8c89f34..9aaf7ee 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "dependencies": { "better-sqlite3": "^7.6.0", "dayjs": "^1.10.7", - "ee-core": "^1.5.0", + "ee-core": "^1.5.1", "electron-is": "^3.0.0", "electron-updater": "^5.3.0", "lodash": "^4.17.21"