JavaFx 实现的一个 AList GUI 工具
Go to file
octopus_yan 1b3a4f5569
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
fix: 切换语言时theme重复bind导致报错的问题
2024-09-19 12:34:52 +08:00
.github/workflows ci: fix Auto Alpha Tag 2024-09-19 01:13:45 +08:00
src/main fix: 切换语言时theme重复bind导致报错的问题 2024-09-19 12:34:52 +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 chore: change version 2024-09-18 20:40:15 +08:00
README.md docs: README.md, LICENSE 2024-09-18 03:27:01 +08:00

AList GUI

JDK JavaFX platform
license commit
stars GitHub all releases

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

TODO

本地运行

  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 日志工具