mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-21 15:55:50 +00:00
feat: 完成第二版类型清理
This commit is contained in:
@@ -1,2 +1,11 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export function logRemoteSkillLoaded(_data: {
|
||||
slug: string;
|
||||
cacheHit: boolean;
|
||||
latencyMs: number;
|
||||
urlScheme: string;
|
||||
error?: string;
|
||||
fileCount?: number;
|
||||
totalBytes?: number;
|
||||
fetchMethod?: string;
|
||||
}): void {}
|
||||
|
||||
Reference in New Issue
Block a user