mirror of
https://github.com/octopusYan/alist-gui.git
synced 2024-11-14 08:26:42 +08:00
59 lines
2.1 KiB
Markdown
59 lines
2.1 KiB
Markdown
<div>
|
||
|
||
# AList GUI
|
||
|
||
![JDK](https://img.shields.io/badge/JDK-21-%2300599C)
|
||
[![JavaFX](https://img.shields.io/badge/JavaFX-21.0.4-%2300599C)](https://openjfx.io/)
|
||
![platform](https://img.shields.io/badge/platform-Windows-blueviolet)
|
||
<br>
|
||
[![license](https://img.shields.io/github/license/octopusYan/alist-gui)](https://github.com/octopusYan/alist-gui)
|
||
![commit](https://img.shields.io/github/commit-activity/m/octopusYan/alist-gui?color=%23ff69b4)
|
||
<br>
|
||
![stars](https://img.shields.io/github/stars/octopusYan/alist-gui?style=social)
|
||
![GitHub all releases](https://img.shields.io/github/downloads/octopusYan/alist-gui/total?style=social)
|
||
|
||
使用 JavaFx 编写的 (仿[AList Desktop](https://ad.nn.ci/zh)) Windows GUI
|
||
|
||
</div>
|
||
|
||
### TODO
|
||
|
||
#### 本地运行
|
||
|
||
1. 克隆代码
|
||
```bash
|
||
git clone https://github.com/octopusYan/alist-gui
|
||
```
|
||
2. 运行
|
||
```bash
|
||
mvn clean javafx:run
|
||
```
|
||
|
||
#### 构建
|
||
|
||
1. 克隆代码
|
||
```bash
|
||
git clone https://github.com/octopusYan/alist-gui
|
||
```
|
||
2. 运行
|
||
```bash
|
||
mvn package
|
||
```
|
||
|
||
### 依赖/引用的项目
|
||
|
||
<figure>
|
||
|
||
| | |
|
||
|-----------------------------------------------------------------------------|-----------------|
|
||
| [JavaFX](https://openjfx.io/) | Java 桌面开发 |
|
||
| [AtlantaFX](https://mkpaz.github.io/atlantafx/) | JavaFX CSS 主题集合 |
|
||
| [JavaPackager](https://github.com/fvarrui/JavaPackager) | 打包插件 |
|
||
| [Ikonli](https://kordamp.org/ikonli/) | 图标库 |
|
||
| [Gluon-Emoji](https://github.com/gluonhq/emoji) | emoji |
|
||
| [Apache Commons](https://commons.apache.org/proper/commons-exec/index.html) | 工具包 |
|
||
| [Hutool](https://doc.hutool.cn/pages/index/) | 工具类库 |
|
||
| [SLF4J](https://slf4j.org/) | 日志工具 |
|
||
|
||
</figure>
|