feat: 在错误消息清理中添加对 yes.vg 的处理

This commit is contained in:
sususu
2025-10-23 14:32:55 +08:00
parent 1458d609ca
commit fd27050934

View File

@@ -29,6 +29,7 @@ function sanitizeErrorMessage(message) {
cleaned = cleaned.replace(/ikun\S*/gi, '')
cleaned = cleaned.replace(/privnode\S*/gi, '')
cleaned = cleaned.replace(/yescode\S*/gi, '')
cleaned = cleaned.replace(/yes.vg\S*/gi, '')
cleaned = cleaned.replace(/share\S*/gi, '')
cleaned = cleaned.replace(/yhlxj\S*/gi, '')
cleaned = cleaned.replace(/gac\S*/gi, '')