Skip to content

Commit

Permalink
feat: 新增javafx模块 (#88)
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 Jul 22, 2023
1 parent dac4a51 commit 7d0b79d
Show file tree
Hide file tree
Showing 19 changed files with 45 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ java:
- docs/java/**
- docs/images/java/**

javafx:
- docs/javafx/**
- docs/images/javafx/**

linux:
- docs/linux/**
- docs/images/linux/**
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ jobs:
stale-pr-message: 'Stale pull request message'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'
exempt-issue-labels: 'wip'
exempt-pr-labels: 'wip'
days-before-stale: 30
days-before-close: 5
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 unknowIfGuestInDream
Copyright (c) 2023 unknowIfGuestInDream

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion docs/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 unknowIfGuestInDream
Copyright (c) 2023 unknowIfGuestInDream

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions docs/_navbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* [设计模式](/designPattern/)
* [ANTD](/antd/)
* [日语](/japanese/)
* [Javafx](/javafx/)

* [🐮🐮 TangLiang's Blog](https://blog.tlcsdm.com ':target=_blank')
* [❤️❤️ Gitee](https://gitee.com/unknowIfGuestInDream ':target=_blank')
1 change: 1 addition & 0 deletions docs/antd/_navbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* [设计模式](/designPattern/)
* [ANTD](/antd/)
* [日语](/japanese/)
* [Javafx](/javafx/)

* [🐮🐮 TangLiang's Blog](https://blog.tlcsdm.com)
* [❤️❤️ Gitee](https://gitee.com/unknowIfGuestInDream)
1 change: 1 addition & 0 deletions docs/database/_navbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* [设计模式](/designPattern/)
* [ANTD](/antd/)
* [日语](/japanese/)
* [Javafx](/javafx/)

* [🐮🐮 TangLiang's Blog](https://blog.tlcsdm.com)
* [❤️❤️ Gitee](https://gitee.com/unknowIfGuestInDream)
1 change: 1 addition & 0 deletions docs/designPattern/_navbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* [设计模式](/designPattern/)
* [ANTD](/antd/)
* [日语](/japanese/)
* [Javafx](/javafx/)

* [🐮🐮 TangLiang's Blog](https://blog.tlcsdm.com)
* [❤️❤️ Gitee](https://gitee.com/unknowIfGuestInDream)
1 change: 1 addition & 0 deletions docs/extjs/_navbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* [设计模式](/designPattern/)
* [ANTD](/antd/)
* [日语](/japanese/)
* [Javafx](/javafx/)

* [🐮🐮 TangLiang's Blog](https://blog.tlcsdm.com)
* [❤️❤️ Gitee](https://gitee.com/unknowIfGuestInDream)
2 changes: 2 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@
'/antd/$1',
'/japanese/(.*)':
'/japanese/$1',
'/javafx/(.*)':
'/javafx/$1',
'/.*/_sidebar.md': '/_sidebar.md',//防止意外回退
'/.*/_navbar.md': '/_navbar.md'
},
Expand Down
1 change: 1 addition & 0 deletions docs/japanese/_navbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* [设计模式](/designPattern/)
* [ANTD](/antd/)
* [日语](/japanese/)
* [Javafx](/javafx/)

* [🐮🐮 TangLiang's Blog](https://blog.tlcsdm.com)
* [❤️❤️ Gitee](https://gitee.com/unknowIfGuestInDream)
1 change: 1 addition & 0 deletions docs/java/_navbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* [设计模式](/designPattern/)
* [ANTD](/antd/)
* [日语](/japanese/)
* [Javafx](/javafx/)

* [🐮🐮 TangLiang's Blog](https://blog.tlcsdm.com)
* [❤️❤️ Gitee](https://gitee.com/unknowIfGuestInDream)
5 changes: 5 additions & 0 deletions docs/javafx/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# JavaFX

## 简介

JavaFX 17
14 changes: 14 additions & 0 deletions docs/javafx/_navbar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
* 其他文档
* [springBoot](/)
* [springCloud](/springCloud/)
* [Linux](/linux/)
* [Extjs](/extjs/)
* [Java](/java/)
* [数据库](/database/)
* [设计模式](/designPattern/)
* [ANTD](/antd/)
* [日语](/japanese/)
* [Javafx](/javafx/)

* [🐮🐮 TangLiang's Blog](https://blog.tlcsdm.com)
* [❤️❤️ Gitee](https://gitee.com/unknowIfGuestInDream)
3 changes: 3 additions & 0 deletions docs/javafx/_sidebar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- 基础
- [Fxml](javafx/base/Fxml.md)

3 changes: 3 additions & 0 deletions docs/javafx/base/Fxml.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

Fxml

1 change: 1 addition & 0 deletions docs/linux/_navbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* [设计模式](/designPattern/)
* [ANTD](/antd/)
* [日语](/japanese/)
* [Javafx](/javafx/)

* [🐮🐮 TangLiang's Blog](https://blog.tlcsdm.com)
* [❤️❤️ Gitee](https://gitee.com/unknowIfGuestInDream)
1 change: 1 addition & 0 deletions docs/springBootDemo/deploy/Website.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
[在线抠图工具](https://www.aigei.com/tool/image/ai ':target=_blank')
[在线MP4压缩](https://products.aspose.app/video-app/zh-cn/compress-video/mp4 ':target=_blank')
[logo制作](https://brandmark.io ':target=_blank')
[在线字体编辑器](https://kekee000.github.io/fonteditor/ ':target=_blank')
1 change: 1 addition & 0 deletions docs/springCloud/_navbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* [设计模式](/designPattern/)
* [ANTD](/antd/)
* [日语](/japanese/)
* [Javafx](/javafx/)

* [🐮🐮 TangLiang's Blog](https://blog.tlcsdm.com)
* [❤️❤️ Gitee](https://gitee.com/unknowIfGuestInDream)

1 comment on commit 7d0b79d

@vercel
Copy link

@vercel vercel bot commented on 7d0b79d Jul 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.