feat: 添加知识库和用户模块,更新核心功能并修复导入路径

This commit is contained in:
2025-12-15 18:11:30 +08:00
parent 6a579b3ae0
commit a050a8ec17
8 changed files with 95 additions and 10 deletions

View File

@@ -51,7 +51,7 @@ export class CNBCore {
_headers['Cookie'] = this.cookie || "";
delete _headers.Authorization;
}
console.log('Request URL:', url, data, _headers);
// console.log('Request URL:', url, data, _headers);
const response = await fetch(url || '', {
method,
headers: _headers,