cc-team-viewer 1.4.21 → 1.4.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/server/server.js +1 -1
package/package.json
CHANGED
package/server/server.js
CHANGED
|
@@ -97,7 +97,7 @@ export async function startViewer() {
|
|
|
97
97
|
const modeText = isDevMode ? '[开发模式]' : '[正式模式]';
|
|
98
98
|
const modeSource = isDevMode ? 'CC_VIEWER_PORT' : '自动检测';
|
|
99
99
|
|
|
100
|
-
|
|
100
|
+
console.error(`Claude 请求监控服务已启动: http://127.0.0.1:${port} (${modeText})`);
|
|
101
101
|
|
|
102
102
|
// 初始化注册表(扫描项目和团队)
|
|
103
103
|
initRegistry();
|