mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-04 01:40:45 +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
|
||||
if (window.cacheManager) {
|
||||
window.cacheManager.invalidate('cli-config');
|
||||
window.cacheManager.invalidate('cli-tools-config');
|
||||
}
|
||||
}
|
||||
return data;
|
||||
|
||||
Reference in New Issue
Block a user