mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-22 08:15:53 +00:00
fix: 批量修正 external 字面量
This commit is contained in:
@@ -6,7 +6,7 @@ import { Text, useInterval } from '../ink.js';
|
||||
|
||||
// Show DevBar for dev builds or all ants
|
||||
function shouldShowDevBar(): boolean {
|
||||
return ("production" as string) === 'development' || ("external" as string) === 'ant';
|
||||
return ("production" as string) === 'development' || (process.env.USER_TYPE) === 'ant';
|
||||
}
|
||||
export function DevBar() {
|
||||
const $ = _c(5);
|
||||
|
||||
Reference in New Issue
Block a user