Skip to content

Commit

Permalink
docs: 更新文档 (#875)
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 28, 2023
1 parent 44baae9 commit 713f8fc
Show file tree
Hide file tree
Showing 19 changed files with 1,160 additions and 30 deletions.
1 change: 1 addition & 0 deletions cg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<version>1.0.0</version>
</parent>
<artifactId>javafxTool-cg</artifactId>
<version>1.0.0</version>
<name>javafxTool-cg</name>
<packaging>jar</packaging>
<description>cg开发工具组件</description>
Expand Down
1 change: 1 addition & 0 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>javafxTool-common</artifactId>
<version>1.0.0</version>
<name>javafxTool-common</name>
<packaging>jar</packaging>
<description>common组件</description>
Expand Down
1 change: 1 addition & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<version>1.0.0</version>
</parent>
<artifactId>javafxTool-core</artifactId>
<version>1.0.0</version>
<name>javafxTool-core</name>
<packaging>jar</packaging>
<description>javafxTool 核心组件</description>
Expand Down
4 changes: 0 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,3 @@ JavaFXTool基于JDK17 + JavaFX17 + controlsfx 11.x.x + maven构建的javafx脚
| pdfviewfx | 3.0.0 | PDF视图工具 |
| preferencesfx | 11.16.0 | 为应用程序设置/首选项创建 UI 的框架 |
| yuicompressor | 2.4.8 | JS/CSS压缩工具 |

## 项目地址
- github地址:[https://github.com/unknowIfGuestInDream/javafxTool](https://github.com/unknowIfGuestInDream/javafxTool ':target=_blank')
- gitee地址:[https://gitee.com/unknowIfGuestInDream/javafxTool](https://gitee.com/unknowIfGuestInDream/javafxTool ':target=_blank')
11 changes: 9 additions & 2 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
- Overview
- [介绍](overview/Into.md)
- [环境](overview/Env.md)
- [介绍](overview/Into.md)
- [环境](overview/Env.md)
- [发布日志](overview/Changelog.md)

- Develop
- [功能介绍](develop/Into.md)
- [SPI接口](develop/Interface.md)
- [注意事项](develop/Note.md)
- [打包](develop/Package.md)

- Examples
- Smc
Expand Down
22 changes: 22 additions & 0 deletions docs/develop/Interface.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
> SPI接口
- core
1. TemplateLoaderService: freemarker TemplateLoader加载,子类实现以添加子模块的模板路径
2. GroovyLoaderService: Groovy脚本路径加载,子类实现添加子模块脚本路径
- frame
1. FXSamplerProject: project信息,包含project名,模块,包名,欢迎页等
2. MenubarConfigration: 菜单栏配置
3. FXSamplerConfiguration: 项目style, title和icon配置
4. CenterPanelService: 中心区域的Node配置, 包含点击和切换组件时的接口
5. SplashScreen: 闪屏支持
6. SamplePostProcessorService: Sample资源后置处理
7. VersionCheckerService: 版本更新检查
8. SamplesTreeViewConfiguration: 菜单树配置
- login
1. LoginCheck: 登录校验

## 版本更新

## freemarker

## groovy
5 changes: 5 additions & 0 deletions docs/develop/Into.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## main window

## toolbar menu

## javafx工具包介绍
5 changes: 5 additions & 0 deletions docs/develop/Note.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 依赖更新

## 发布版本

## main直接调用
3 changes: 3 additions & 0 deletions docs/develop/Package.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Maven打包

## IDEA打包
Binary file added docs/images/overview/env/eclipse_import.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<div id="app"></div>
<script>
window.$docsify = {
themeColor: '#429db9',//主题颜色
themeColor: '#4471A9FF',//主题颜色
homepage: '../README.md',
// 项目名称
name: 'JavaFXTool',
Expand All @@ -77,10 +77,12 @@
// 最大支持渲染的标题层级
maxLevel: 4,
// 自定义侧边栏后默认不会再生成目录,设置生成目录的最大层级,建议配置为1或者2
subMaxLevel: 2,
subMaxLevel: 3,
alias: {
'/overview/(.*)':
'../overview/$1',
'/develop/(.*)':
'../develop/$1',
'/smc/(.*)':
'../smc/$1',
'/qe/(.*)':
Expand All @@ -104,7 +106,7 @@
noData: '找不到结果',
depth: 4,
hideOtherSidebarContent: false,
namespace: 'website-1',
namespace: 'website-2',
},
count: {
countable: true,
Expand Down
790 changes: 790 additions & 0 deletions docs/overview/Changelog.md

Large diffs are not rendered by default.

Loading

0 comments on commit 713f8fc

Please sign in to comment.