Skip to content

Commit

Permalink
docs: 文档修改 (#871)
Browse files Browse the repository at this point in the history
Signed-off-by: unknowIfGuestInDream <liang.tang.cx@gmail.com>
  • Loading branch information
unknowIfGuestInDream authored Oct 27, 2023
1 parent 225f9fd commit a7eb12a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cg/src/main/java/com/tlcsdm/cg/util/CgConstant.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class CgConstant {
/**
* 项目许可证
*/
public static final String PROJECT_LICENSE_URL = "https://www.tlcsdm.com/LICENSE.txt";
public static final String PROJECT_LICENSE_URL = "https://javafxtool.tlcsdm.com/LICENSE.txt";
/**
* 项目许可证名称
*/
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<!-- 设置浏览器图标 -->
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
<link rel=”canonical” href="https://www.tlcsdm.com"/>
<link rel=”canonical” href="https://javafxtool.tlcsdm.com"/>
<meta name="description" content="javafx工具,基于JDK17 + JavaFX17 + controlsfx 11.x.x + maven构建的javafx脚手架。">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
Expand Down Expand Up @@ -80,7 +80,7 @@
subMaxLevel: 2,
alias: {
'/overview/(.*)':
'../overview/$1',
'../overview/$1',
'/smc/(.*)':
'../smc/$1',
'/qe/(.*)':
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<version>1.0.0</version>
<packaging>pom</packaging>
<name>javafxTool</name>
<url>https://www.tlcsdm.com</url>
<url>https://javafxtool.tlcsdm.com</url>
<description>Javafx scaffolding, you can quickly create the required javafx tools by implementing module interfaces
such as frame, login and core
</description>
Expand Down Expand Up @@ -124,7 +124,7 @@
<licenses>
<license>
<name>MIT License</name>
<url>https://www.tlcsdm.com/LICENSE.txt</url>
<url>https://javafxtool.tlcsdm.com/LICENSE.txt</url>
</license>
</licenses>
<scm>
Expand Down
2 changes: 1 addition & 1 deletion qe/src/main/java/com/tlcsdm/qe/util/QeConstant.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class QeConstant {
/**
* 项目许可证
*/
public static final String PROJECT_LICENSE_URL = "https://www.tlcsdm.com/LICENSE.txt";
public static final String PROJECT_LICENSE_URL = "https://javafxtool.tlcsdm.com/LICENSE.txt";
/**
* 项目许可证名称
*/
Expand Down
2 changes: 1 addition & 1 deletion smc/src/main/java/com/tlcsdm/smc/util/SmcConstant.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class SmcConstant {
/**
* 项目许可证
*/
public static final String PROJECT_LICENSE_URL = "https://www.tlcsdm.com/LICENSE.txt";
public static final String PROJECT_LICENSE_URL = "https://javafxtool.tlcsdm.com/LICENSE.txt";
/**
* 项目许可证名称
*/
Expand Down

0 comments on commit a7eb12a

Please sign in to comment.