This commit is contained in:
张成
2025-12-18 13:21:30 +08:00
parent 3323b4f6b4
commit c6e2de7df4
3 changed files with 3 additions and 3 deletions

View File

@@ -209,7 +209,7 @@ class DeviceWorkStatusNotifier {
} else if (commandType === 'applyJob' || commandName.includes('投递')) {
return '投递简历';
} else if (commandType === 'searchJobs' || commandName.includes('搜索')) {
return `搜索职位: ${parsedParams.keyword || '默认关键词'}`;
return `搜索职位: ${parsedParams.keyword || ''}`;
} else if (commandType === 'sendChatMessage' || commandName.includes('沟通')) {
return '发送消息';
} else if (commandName) {