mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 22:05:50 +00:00
feat: 问就是封包
This commit is contained in:
@@ -134,7 +134,7 @@ function Highlighted(t0) {
|
||||
} else {
|
||||
t1 = $[0];
|
||||
}
|
||||
const hl = use(t1);
|
||||
const hl = use(t1) as NonNullable<Awaited<ReturnType<typeof getCliHighlightPromise>>> | null;
|
||||
let t2;
|
||||
if ($[1] !== codeWithSpaces || $[2] !== hl || $[3] !== language) {
|
||||
bb0: {
|
||||
|
||||
Reference in New Issue
Block a user