519 Commits

Author SHA1 Message Date
gaoshuaixing
9a213a1208 release: ee-core: 2.12.0 2024-12-16 18:59:32 +08:00
gaoshuaixing
4ffd3a3e00 feat: Fix program errors caused by config and log & add jobs error displayed on the terminal 2024-12-16 18:58:52 +08:00
gaoshuaixing
162015f8c6 feat: optimization addon error prompt 2024-12-12 11:37:31 +08:00
gaoshuaixing
d0166fd655 feat: optimization module loading error 2024-12-12 11:07:04 +08:00
gaoshuaixing
4640b21aa4 ee-bin 1.8.3 2024-11-05 16:12:34 +08:00
gaoshuaixing
8b365ad905 1.8.2 2024-11-04 11:32:54 +08:00
gaoshuaixing
b72c6d7a61 Merge branch 'dev_v2' 2024-10-31 19:47:32 +08:00
gaoshuaixing
1d1ecff1b8 gitignore 2024-10-31 19:32:10 +08:00
gaoshuaixing
4674f86b57 del 2024-10-30 10:19:41 +08:00
gaoshuaixing
79cde6c7c9 ee-core-ts init 2024-10-30 10:15:33 +08:00
gaoshuaixing
1a26a380ea fix: ee-bin fix updater 2024-10-25 14:40:09 +08:00
gaoshuaixing
27ed556e54 不重要的 2024-10-21 17:43:30 +08:00
gaoshuaixing
2ec7e6f94a Merge branch 'dev_v2' 2024-10-21 17:42:37 +08:00
gaoshuaixing
e14b68b24b ee-bin 1.8.0 && ee-core 2.11.0 2024-10-21 17:39:07 +08:00
gaoshuaixing
03202ed475 Merge branch 'dev_v2'
# Conflicts:
#	ee-bin/package.json
#	ee-bin/tools/incrUpdater.js
2024-10-21 17:37:36 +08:00
gaoshuaixing
ea0655e52f ee-bin & ee-core some log 2024-10-20 17:01:51 +08:00
gaoshuaixing
bcafea7d7e ee-bin 1.8.0 for updater 2024-10-20 16:57:43 +08:00
gaoshuaixing
3877c2ad36 [ee-core] jobs 增加主进程调用 jobs 进程函数的方法 2024-10-15 18:57:30 +08:00
gaoshuaixing
c5998ec772 [ee-core] addon for window 使用 extend, 避免多维对象被覆盖 & 废弃 ctx 2024-10-15 14:44:43 +08:00
gaoshuaixing
e869f61c0d ee-bin 1.7.2 2024-09-11 17:12:29 +08:00
gaoshuaixing
b2b35929ad ee-bin 1.7.1 2024-09-07 17:34:02 +08:00
gaoshuaixing
1a80e859dc ee-bin 1.7.0 2024-09-05 17:26:19 +08:00
gaoshuaixing
a81fe623a9 ee-bin 1.7.0-beta.1 2024-09-05 10:37:55 +08:00
gaoshuaixing
2d0eb1a2a2 ee-bin updater 2024-09-02 17:47:53 +08:00
gsx
74bb9f924a ee-bin incrUpdater 2024-08-26 15:00:07 +08:00
gsx
61611feddc ee-core 2.10.2 2024-08-26 12:33:23 +08:00
gsx
a608041954 fix: 保存一个临时文件名,防止文件名按日期累加 2024-08-26 12:32:37 +08:00
gsx
2e075d9033 ee-core: 都从内存中读配置,除了涉及子进程的 2024-07-15 12:06:16 +08:00
gsx
6e328d2549 bookmark: ee-bin v1.6.0 & ee-core v2.10.0 2024-07-06 10:35:01 +08:00
gsx
d178920db5 feat: 优化jsondb 2024-07-05 19:33:37 +08:00
gsx
932941e929 feat: 除了子进程,其它地方都用 configcache 2024-07-05 17:15:10 +08:00
gsx
38c3913d2a Merge branch 'main' into dev_v2 2024-07-05 14:41:40 +08:00
哆啦好梦
c244d80b02 Merge pull request #15 from bitporo/main
feat: 增加前端服务是否开放0.0.0.0配置项
2024-07-05 14:41:14 +08:00
哆啦好梦
e5366222ac Merge pull request #16 from lirongrong-github/fix/ee-bin-icon
fix(ee-bin): icon command with arguments does not work
2024-07-05 14:35:35 +08:00
gsx
1e65dee309 feat: [ee-bin] ts json5 2024-07-05 14:19:41 +08:00
gsx
eea169ea67 Merge branch 'main' into dev_v2 2024-07-05 12:13:01 +08:00
哆啦好梦
2df2024fc5 Merge pull request #14 from just-ads/config
feat: 添加对 json5、json、cjs、ts配置文件的支持
2024-07-05 12:08:25 +08:00
gsx
c19ba650c1 Merge branch 'main' into dev_v2 2024-07-04 19:05:54 +08:00
哆啦好梦
229b27edf8 Merge pull request #13 from just-ads/ads
feat: 配置命令支持同步参数
2024-07-04 19:02:29 +08:00
gsx
fbb6ab66bd socket服务支持 channel 配置, 支持回调函数为空 2024-07-04 18:55:57 +08:00
gsx
fbc2e02b68 内置 socket 服务,修改传递的参数为 args。 params 在 c#中是关键字,无法传递 2024-07-04 17:50:05 +08:00
gsx
2a1cb59aef 显示首次打开的窗口 2024-07-04 17:00:00 +08:00
lsw
9c28688df7 fix(ee-bin): icon command with arguments does not work 2024-06-15 11:32:18 +08:00
zp
d6aaccecc0 feat: 增加前端服务是否开放0.0.0.0配置项 2024-06-10 14:14:07 +08:00
ADS
b9ac997b0a feat: 添加对 json5、json、cjs、ts配置文件的支持 2024-05-17 14:42:13 +08:00
ADS
c06557095e feat: 配置命令支持同步参数 2024-05-17 11:37:14 +08:00
哆啦好梦
9cdd81f1ef Merge pull request #11 from VkRainB/main
feat(CoreElectronApp): 点击快捷图标时唤醒窗口
2024-03-25 17:55:47 +08:00
Vk_BX
9eb146c90e feat(CoreElectronApp): 点击快捷图标时唤醒窗口
在存在实例情况下,第二次运行exe或点击快捷图标能显示主窗口
2024-03-23 11:05:21 +08:00
gaoshuaixing
236a984ee6 ee-core 2.9.2 2024-03-07 16:12:46 +08:00
gaoshuaixing
d4e3456945 ee-bin 1.5.0 2024-03-07 16:10:48 +08:00