JavaFx 实现的一个 AList GUI 工具
Go to file
2024-10-30 09:43:33 +08:00
.github/workflows ci: 非release版本不上传工件 2024-10-19 17:14:41 +08:00
gui docs: 打包配置 2024-10-30 09:43:33 +08:00
upgrade docs: 打包配置 2024-10-30 09:43:33 +08:00
.gitignore pref: 优化GUI更新功能;项目分为gui和upgrade两个模块 2024-10-30 00:18:20 +08:00
LICENSE docs: README.md, LICENSE 2024-09-18 03:27:01 +08:00
pom.xml docs: 打包配置 2024-10-30 09:43:33 +08:00
README.md docs: README.md 添加界面截图 2024-09-21 20:11:48 +08:00

AList GUI

JDK JavaFX platform
license commit
stars GitHub all releases

使用 JavaFx 编写的 (仿AList Desktop Windows GUI

TODO

截图

主界面 main
管理员信息 main
设置 main
关于 about

本地运行

  1. 克隆代码
    git clone https://github.com/octopusYan/alist-gui
    
  2. 运行
    mvn clean javafx:run
    

构建

  1. 克隆代码
    git clone https://github.com/octopusYan/alist-gui
    
  2. 运行
    mvn package
    

依赖/引用的项目

JavaFX Java 桌面开发
AtlantaFX JavaFX CSS 主题集合
JavaPackager 打包插件
Ikonli 图标库
Gluon-Emoji emoji
Apache Commons 工具包
Hutool 工具类库
SLF4J 日志工具