新增 Claude:ccstatusline

2026-06-17 08:21:54 +00:00
parent c4bf5ccde9
commit f0312cf288
+18
@@ -0,0 +1,18 @@
# 設定 Claude 狀態列使用此風格
```bash
nano ~/.claude.json
```
(附加以下內容)
```json
{
"statusLine": {
"type": "command",
"command": "npx -y ccstatusline@latest",
"padding": 0,
"refreshInterval": 10
}
}
```