Skip to content

Commit 7ad2809

Browse files
authored
Merge pull request #224 from shuzijun/gradle
Optimize login prompts
2 parents d39857d + 178e6d2 commit 7ad2809

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group '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

1010
sourceCompatibility = 1.8
1111
targetCompatibility = 1.8

src/main/resources/i18n/info_zh.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ login.success=\u767B\u5F55\u6210\u529F
1010
login.failed=\u767B\u5F55\u5931\u8D25
1111
login.unknown=\u65E0\u6CD5\u5224\u65AD\u767B\u9646\u72B6\u6001\uFF0C\u8BF7\u5C1D\u8BD5\u767B\u9646\u7F51\u9875\u7248\u540E\uFF0C\u518D\u6B21\u91CD\u8BD5
1212
login.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
1414
response.cache=\u8BF7\u6C42\u9898\u76EE\u51FA\u9519,\u5C06\u52A0\u8F7D\u672C\u5730\u7F13\u5B58
1515
response.question=\u52A0\u8F7D\u9898\u76EE\u5931\u8D25
1616
response.restrict=\u65E0\u6CD5\u52A0\u8F7D\u9898\u76EE,\u63A2\u7D22\u9898\u76EE\u90E8\u5206\u6709\u987A\u5E8F\u9650\u5236

0 commit comments

Comments
 (0)