Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.shuzijun.leetcode'
version (System.getenv('LD_VERSION').isEmpty() ? "6.7":System.getenv('LD_VERSION')) + (project.build_env.isEmpty() ? "" : "-") + project.build_env
version (System.getenv('LD_VERSION')==null ? "6.7":System.getenv('LD_VERSION')) + (project.build_env.isEmpty() ? "" : "-") + project.build_env

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/i18n/info_zh.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ login.success=\u767B\u5F55\u6210\u529F
login.failed=\u767B\u5F55\u5931\u8D25
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
login.out=\u9000\u51FA\u6210\u529F
login.not=\u8BF7\u5148\u767B\u5F55
login.not=\u8bf7\u5148\u767b\u5f55\u0028\u70b9\u51fb\u767b\u5f55\u6309\u94ae\u8fdb\u884c\u767b\u5f55\u0029
response.cache=\u8BF7\u6C42\u9898\u76EE\u51FA\u9519,\u5C06\u52A0\u8F7D\u672C\u5730\u7F13\u5B58
response.question=\u52A0\u8F7D\u9898\u76EE\u5931\u8D25
response.restrict=\u65E0\u6CD5\u52A0\u8F7D\u9898\u76EE,\u63A2\u7D22\u9898\u76EE\u90E8\u5206\u6709\u987A\u5E8F\u9650\u5236
Expand Down