feat: 问就是封包

This commit is contained in:
claude-code-best
2026-03-31 23:32:58 +08:00
parent d7a729ca68
commit dd9cd782a7
67 changed files with 423 additions and 172 deletions

View File

@@ -95,7 +95,8 @@ export function Settings(t0) {
}
let t7;
if ($[13] !== contentHeight) {
t7 = false ? [<Tab key="gates" title="Gates"><Gates onOwnsEscChange={setGatesOwnsEsc} contentHeight={contentHeight} /></Tab>] : [];
const GatesComponent = Gates as any;
t7 = false ? [<Tab key="gates" title="Gates"><GatesComponent onOwnsEscChange={setGatesOwnsEsc} contentHeight={contentHeight} /></Tab>] : [];
$[13] = contentHeight;
$[14] = t7;
} else {

View File

@@ -206,7 +206,7 @@ function Diagnostics(t0) {
const {
promise
} = t0;
const diagnostics = use(promise);
const diagnostics = use(promise) as any[];
if (diagnostics.length === 0) {
return null;
}