alist-gui/README.md

59 lines
2.1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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>