2024-09-18 03:27:01 +08:00
|
|
|
|
<div>
|
2024-08-28 06:24:41 +08:00
|
|
|
|
|
2024-09-18 03:27:01 +08:00
|
|
|
|
# AList GUI
|
2024-08-28 06:24:41 +08:00
|
|
|
|
|
2024-09-18 03:27:01 +08:00
|
|
|
|
![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)
|
2024-08-28 06:24:41 +08:00
|
|
|
|
<br>
|
2024-09-18 03:27:01 +08:00
|
|
|
|
[![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
|
|
|
|
|
|
2024-08-28 06:24:41 +08:00
|
|
|
|
</div>
|
|
|
|
|
|
2024-09-18 03:27:01 +08:00
|
|
|
|
### 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>
|
2024-08-28 06:24:41 +08:00
|
|
|
|
|
2024-09-18 03:27:01 +08:00
|
|
|
|
| | |
|
|
|
|
|
|-----------------------------------------------------------------------------|-----------------|
|
|
|
|
|
| [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/) | 日志工具 |
|
2024-08-28 06:24:41 +08:00
|
|
|
|
|
2024-09-18 03:27:01 +08:00
|
|
|
|
</figure>
|