JavaFx 实现的一个 AList GUI 工具
Go to file
octopus_yan b9e842a80c
Some checks are pending
Auto Alpha Tag / auto-tag (x64, x64) (push) Waiting to run
Release / meta (push) Waiting to run
Release / windows (x64, x64) (push) Blocked by required conditions
Release / release (push) Blocked by required conditions
docs: README.md 添加界面截图
2024-09-21 20:11:48 +08:00
.github/workflows ci: fix Auto Alpha Tag 2024-09-19 01:13:45 +08:00
src/main style: 默认关闭托盘 2024-09-21 19:39:18 +08:00
.gitignore chore: .gitignore 2024-09-08 01:37:02 +08:00
LICENSE docs: README.md, LICENSE 2024-09-18 03:27:01 +08:00
pom.xml feat: 添加GUI检查更新功能,添加nojre打包方式 2024-09-21 19:34:32 +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 日志工具