This commit is contained in:
张成
2026-02-27 16:46:38 +08:00
parent d9d277fe59
commit f57bb2767d
5 changed files with 333 additions and 410 deletions

View File

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