更新READNE文档
This commit is contained in:
@@ -8,7 +8,7 @@ Language: [中文](README.md)
|
||||
|
||||
- [The Process of Developing](#the-process-of-developing)
|
||||
|
||||
[Maven Repository](#maven-repository)
|
||||
~~[Maven Repository](#maven-repository)~~
|
||||
|
||||
[Git](#git)
|
||||
|
||||
@@ -87,7 +87,7 @@ Our project has suspended update from Nov. 25, 2019, and the next release will b
|
||||
- [ ] Data valication
|
||||
- [ ] Optimize performance
|
||||
|
||||
## Maven Repository
|
||||
## ~~Maven Repository~~
|
||||
|
||||
```xml
|
||||
<dependency>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
- [开发进程](#开发进程)
|
||||
|
||||
[Maven仓库地址](#Maven仓库地址)
|
||||
~~[Maven仓库地址](#Maven仓库地址)~~
|
||||
|
||||
[Git地址](#git地址)
|
||||
|
||||
@@ -87,7 +87,10 @@
|
||||
- [ ] 键盘事件绑定
|
||||
- [ ] 优化性能
|
||||
|
||||
## Maven仓库地址
|
||||
## ~~Maven仓库地址~~
|
||||
|
||||
maven仓库中的JavaFX-Plus版本是较旧版本,建议使用最新发行版。
|
||||
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>com.gitee.Biubiuyuyu</groupId>
|
||||
|
||||
5
pom.xml
5
pom.xml
@@ -4,10 +4,11 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<name>javafx-plus</name>
|
||||
|
||||
<groupId>com.gitee.Biubiuyuyu</groupId>
|
||||
<artifactId>javafx-plus</artifactId>
|
||||
<version>1.1.1-RELEASE</version>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.2.0-RELEASE</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
|
||||
<parent>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
button.goAndClose=跳转并关闭此窗口
|
||||
button.go=弹窗
|
||||
parentController=父组件
|
||||
button.goAndClose=\u8df3\u8f6c\u5e76\u5173\u95ed\u6b64\u7a97\u53e3
|
||||
button.go=\u5f39\u7a97
|
||||
parentController=\u7236\u7ec4\u4ef6
|
||||
|
||||
Reference in New Issue
Block a user