🚀 feat(.github/workflows):添加跨平台CI/CD构建工作流

📝 docs(README.md):更新构建说明,移除Stack支持
♻️ refactor(app/):清理Config.hs和Main.hs中的未使用导入
This commit is contained in:
2026-02-04 16:13:25 +08:00
parent eb48924491
commit 40387909d3
4 changed files with 102 additions and 16 deletions

View File

@@ -22,17 +22,12 @@
### 使用 Cabal
```bash
git clone https://git.lyz.one/sidneyzhang/quickjump.git
cd quickjump
cabal build
cabal install
```
### 使用 Stack
```bash
stack build
stack install
```
## 配置 Shell 集成
### Linux/macOS (Bash/Zsh)