🚀 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

@@ -2,11 +2,8 @@
module Main where
-- import Data.Text (Text)
-- import qualified Data.Text as T
import Options.Applicative
import System.Environment (getArgs, withArgs)
-- import System.IO (hPutStrLn, stderr)
import Commands
import Types