feat(core): nwjs下添加对 手动更新 的支持

This commit is contained in:
王立帮
2025-09-29 20:10:01 +08:00
parent 753447359e
commit 5aed339f52
10 changed files with 367 additions and 52 deletions

View File

@@ -21,6 +21,9 @@ if (Env.hasSocketServer) {
if (env === 'electron' && !goog.isElectron) {
env = 'web';
}
if (typeof nw === 'object') {
env = 'nw';
}
XML.TEMPLATE_CONFIG = [
{