返回 DeepSeek-Reasonix
TerminalBlock.styles.ts
根目录 / desktop / frontend / src / components / harness-chat / TerminalBlock.styles.ts
1 export default {"block": "dsh-TerminalBlock-block", "command": "dsh-TerminalBlock-command", "copyButton": "dsh-TerminalBlock-copyButton", "cwd": "dsh-TerminalBlock-cwd", "empty": "dsh-TerminalBlock-empty", "expand": "dsh-TerminalBlock-expand", "header": "dsh-TerminalBlock-header", "line": "dsh-TerminalBlock-line", "output": "dsh-TerminalBlock-output", "prompt": "dsh-TerminalBlock-prompt", "promptLine": "dsh-TerminalBlock-promptLine", "runState": "dsh-TerminalBlock-runState", "runStateLabel": "dsh-TerminalBlock-runStateLabel", "status": "dsh-TerminalBlock-status"};
2
2 lines TYPESCRIPT