mirror of
https://github.com/Minidoracat/mcp-feedback-enhanced.git
synced 2025-07-27 10:42:25 +08:00
🐛 修復會話管理初始化問題
This commit is contained in:
parent
8c9ca2d870
commit
01acf5ee62
@ -10,11 +10,12 @@
|
|||||||
|
|
||||||
// 確保命名空間存在
|
// 確保命名空間存在
|
||||||
window.MCPFeedback = window.MCPFeedback || {};
|
window.MCPFeedback = window.MCPFeedback || {};
|
||||||
|
window.MCPFeedback.Utils = window.MCPFeedback.Utils || {};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 工具函數模組
|
* 工具函數模組 - 擴展現有的 Utils 物件
|
||||||
*/
|
*/
|
||||||
window.MCPFeedback.Utils = {
|
Object.assign(window.MCPFeedback.Utils, {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 格式化檔案大小
|
* 格式化檔案大小
|
||||||
@ -231,7 +232,7 @@
|
|||||||
MESSAGE_WARNING: 'warning',
|
MESSAGE_WARNING: 'warning',
|
||||||
MESSAGE_INFO: 'info'
|
MESSAGE_INFO: 'info'
|
||||||
}
|
}
|
||||||
};
|
});
|
||||||
|
|
||||||
console.log('✅ Utils 模組載入完成');
|
console.log('✅ Utils 模組載入完成');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user