File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group ' com.shuzijun.leetcode'
8- version (System . getenv(' LD_VERSION' ). isEmpty() ? " 6.7" : System . getenv(' LD_VERSION' )) + (project. build_env. isEmpty() ? " " : " -" ) + project. build_env
8+ version (System . getenv(' LD_VERSION' )== null ? " 6.7" : System . getenv(' LD_VERSION' )) + (project. build_env. isEmpty() ? " " : " -" ) + project. build_env
99
1010sourceCompatibility = 1.8
1111targetCompatibility = 1.8
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ login.success=\u767B\u5F55\u6210\u529F
1010login.failed =\u767B\u5F55\u5931\u8D25
1111login.unknown =\u65E0\u6CD5\u5224\u65AD\u767B\u9646\u72B6\u6001\uFF0C\u8BF7\u5C1D\u8BD5\u767B\u9646\u7F51\u9875\u7248\u540E\uFF0C\u518D\u6B21\u91CD\u8BD5
1212login.out =\u9000\u51FA\u6210\u529F
13- login.not =\u8BF7 \u5148\u767B\u5F55
13+ login.not =\u8bf7 \u5148\u767b\u5f55\u0028\u70b9\u51fb\u767b\u5f55\u6309\u94ae\u8fdb\u884c\u767b\u5f55\u0029
1414response.cache =\u8BF7\u6C42\u9898\u76EE\u51FA\u9519,\u5C06\u52A0\u8F7D\u672C\u5730\u7F13\u5B58
1515response.question =\u52A0\u8F7D\u9898\u76EE\u5931\u8D25
1616response.restrict =\u65E0\u6CD5\u52A0\u8F7D\u9898\u76EE,\u63A2\u7D22\u9898\u76EE\u90E8\u5206\u6709\u987A\u5E8F\u9650\u5236
You can’t perform that action at this time.
0 commit comments