feat: 更新版本号和依赖项,添加获取工作空间 Cookie 的功能,新增测试用例

This commit is contained in:
2026-02-25 16:41:41 +08:00
parent e6042e025f
commit dd691f7a59
7 changed files with 1031 additions and 10 deletions

View File

@@ -79,7 +79,7 @@ export class CNBCore {
}
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,