Bläddra i källkod

release: v3.12.0

gsx 1 år sedan
förälder
incheckning
1d272fe297
4 ändrade filer med 9 tillägg och 8 borttagningar
  1. 2 2
      README.md
  2. 2 2
      README.zh-CN.md
  3. 2 1
      electron/config/config.default.js
  4. 3 3
      package.json

+ 2 - 2
README.md

@@ -34,8 +34,8 @@
 - 🍩 **为什么使用?** 桌面软件(办公方向、 个人工具),仍然是未来十几年PC端需求之一,提高工作效率
 - 🍉 **简单:** 只需懂 JavaScript
 - 🍑 **愿景:** 所有开发者都能学会桌面软件研发
-- 🍰 **gitee:** https://gitee.com/dromara/electron-egg **4600+**
-- 🍨 **github:** https://github.com/dromara/electron-egg **1500+**
+- 🍰 **gitee:** https://gitee.com/dromara/electron-egg **4800+**
+- 🍨 **github:** https://github.com/dromara/electron-egg **1600+**
 - 🏆 码云最有价值开源项目
     ![](./public/images/example/ee-zs.png)    
 

+ 2 - 2
README.zh-CN.md

@@ -34,8 +34,8 @@
 - 🍩 **为什么使用?** 桌面软件(办公方向、 个人工具),仍然是未来十几年PC端需求之一,提高工作效率
 - 🍉 **简单:** 只需懂 JavaScript
 - 🍑 **愿景:** 所有开发者都能学会桌面软件研发
-- 🍰 **gitee:** https://gitee.com/dromara/electron-egg **4600+**
-- 🍨 **github:** https://github.com/dromara/electron-egg **1500+**
+- 🍰 **gitee:** https://gitee.com/dromara/electron-egg **4800+**
+- 🍨 **github:** https://github.com/dromara/electron-egg **1600+**
 - 🏆 码云最有价值开源项目
     ![](./public/images/example/ee-zs.png)    
 

+ 2 - 1
electron/config/config.default.js

@@ -76,7 +76,8 @@ module.exports = (appInfo) => {
     transports: ["polling", "websocket"],
     cors: {
       origin: true,
-    }
+    },
+    channel: 'c1'
   };
 
   /**

+ 3 - 3
package.json

@@ -1,6 +1,6 @@
 {
   "name": "ee",
-  "version": "3.11.0",
+  "version": "3.12.0",
   "description": "A fast, desktop software development framework",
   "main": "main.js",
   "scripts": {
@@ -47,7 +47,7 @@
   "devDependencies": {
     "@electron/rebuild": "^3.2.13",
     "debug": "^4.3.3",
-    "ee-bin": "^1.5.0",
+    "ee-bin": "1.6.0",
     "electron": "^21.4.4",
     "electron-builder": "^23.6.0",
     "eslint": "^5.13.0",
@@ -56,7 +56,7 @@
   },
   "dependencies": {
     "dayjs": "^1.10.7",
-    "ee-core": "^2.9.2",
+    "ee-core": "2.10.0",
     "electron-updater": "^5.3.0",
     "lodash": "^4.17.21"
   }