feat(core): nwjs下添加对 手动更新 的支持
This commit is contained in:
@@ -21,6 +21,9 @@ if (Env.hasSocketServer) {
|
||||
if (env === 'electron' && !goog.isElectron) {
|
||||
env = 'web';
|
||||
}
|
||||
if (typeof nw === 'object') {
|
||||
env = 'nw';
|
||||
}
|
||||
|
||||
XML.TEMPLATE_CONFIG = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user