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
+6
View File
@@ -191,8 +191,14 @@ jobs:
os: ubuntu-latest
- name: Terminal UI (macOS)
os: macos-latest
- name: Terminal UI (macOS Intel)
os: macos-15-intel
- name: Terminal UI (Windows)
os: windows-latest
- name: Terminal UI (Linux arm64)
os: ubuntu-24.04-arm
- name: Terminal UI (Windows arm64)
os: windows-11-arm
steps:
- uses: actions/checkout@v4