fix(tui): harden themes and platform coverage

This commit is contained in:
Xubin Ren
2026-08-17 20:56:10 +08:00
parent 347583d3f7
commit 35f2d086b0
11 changed files with 208 additions and 15 deletions
+4
View File
@@ -22,8 +22,12 @@ jobs:
target: darwin-x64
- os: ubuntu-latest
target: linux-x64
- os: ubuntu-24.04-arm
target: linux-arm64
- os: windows-latest
target: win32-x64
- os: windows-11-arm
target: win32-arm64
steps:
- uses: actions/checkout@v4