Skip to content

Commit cfeed16

Browse files
committed
fix: ShellModes mermaid 边标签括号导致渲染失败
1 parent cd8a6e0 commit cfeed16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/ShellModes.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export function ShellModes() {
5959
permission_check --> hard_denial
6060
hard_denial -->|Yes| blocked_error
6161
hard_denial -->|No| needs_confirm
62-
needs_confirm -->|No (YOLO/allowlisted)| inject_exec
62+
needs_confirm -->|"No (YOLO/allowlisted)"| inject_exec
6363
needs_confirm -->|Yes| confirm_dialog
6464
confirm_dialog -->|Allow once| allow_once
6565
confirm_dialog -->|Allow session| allow_session

0 commit comments

Comments
 (0)