mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
fix: 更新 CLI 工具配置缓存失效逻辑
This commit is contained in:
@@ -398,6 +398,7 @@ async function updateCliToolConfig(tool, updates) {
|
|||||||
// Invalidate cache to ensure fresh data on page refresh
|
// Invalidate cache to ensure fresh data on page refresh
|
||||||
if (window.cacheManager) {
|
if (window.cacheManager) {
|
||||||
window.cacheManager.invalidate('cli-config');
|
window.cacheManager.invalidate('cli-config');
|
||||||
|
window.cacheManager.invalidate('cli-tools-config');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return data;
|
return data;
|
||||||
|
|||||||
Reference in New Issue
Block a user