JavaFx 实现的一个 AList GUI 工具
Go to file
octopus yan ef7f4461c2
Release v1.0.1
fix Release v1.0.1
2024-09-26 20:47:52 +08:00
.github/workflows ci: Modify the name of the file to be uploaded 2024-09-26 20:43:56 +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 docs: version 1.0.1 2024-09-26 20:31:06 +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 日志工具