We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ac445 commit a3cbe7cCopy full SHA for a3cbe7c
README.md
@@ -20,12 +20,6 @@ Opencc4j 支持中文繁简体转换,考虑到词组级别。
20
21
- 兼容 Windows、Linux、Mac 平臺。
22
23
-### 1.0.3 变化
24
-
25
-1. 移除 paradise 依赖
26
27
-2. 使用 jdk7 重新编译上传
28
29
## 创作缘由
30
31
- OpenCC
@@ -44,7 +38,7 @@ Opencc4j 支持中文繁简体转换,考虑到词组级别。
44
38
<dependency>
45
39
<groupId>com.github.houbb</groupId>
46
40
<artifactId>opencc4j</artifactId>
47
- <version>1.0.2</version>
41
+ <version>${最新版本}</version>
48
42
</dependency>
49
43
```
50
cgit.bat
@@ -3,8 +3,8 @@
3
:: LastUpdateTime: 2019-5-1 20:16:31
4
:: 用法:双击运行,或者当前路径 cmd 直接输入 cgit.bat
5
6
-:: 关闭回显
7
-@echo OFF
+:: 开启回显
+@echo ON
8
9
ECHO "============================= Git push START..."
10
git pull
0 commit comments