oncecrossover

Results 2 issues of oncecrossover

代码片段 ``` public boolean needProxy(String host, int ip) { if (globalMode) { return true; } if (host != null) { Boolean stateBoolean = getDomainState(host); if (stateBoolean != null) { return...

When defining the default version, should also support the build version of the parent project.