File tree Expand file tree Collapse file tree
src/main/java/com/xwintop/xJavaFxTool/utils Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ Sender发送器:
167167- [ ] 记录键盘使用情况小工具
168168- [ ] 随机文件生成器(带模版引擎)
169169- [x] 文件搜索功能
170+ - [ ] OCR小工具
170171
171172#### 项目结构
172173
Original file line number Diff line number Diff line change 44
55 <groupId >com.xwintop</groupId >
66 <artifactId >xJavaFxTool</artifactId >
7- <version >0.1.8 </version >
7+ <version >0.1.9 </version >
88 <packaging >jar</packaging >
99 <name >xJavaFxTool</name >
1010 <description >基于JavaFx搭建的实用小工具集合</description >
Original file line number Diff line number Diff line change 88public class Config {
99 public static Locale defaultLocale = Locale .getDefault ();// 设置系统语言
1010
11- public static final String xJavaFxToolVersions = "V0.1.8 " ;// xJavaFxTool版本信息
12- public static final int xJavaFxToolVersionsInteger = 9 ;// xJavaFxTool更新信息
11+ public static final String xJavaFxToolVersions = "V0.1.9-beta1 " ;// xJavaFxTool版本信息
12+ public static final int xJavaFxToolVersionsInteger = 10 ;// xJavaFxTool更新信息
1313}
You can’t perform that action at this time.
0 commit comments