chore: improve hint

This commit is contained in:
Xwite
2022-06-01 09:14:53 +08:00
parent 2bf6a4b39c
commit 6ccd7fbfd4

View File

@@ -153,8 +153,8 @@ class ContentProcessor private constructor(
} catch (e: CancellationException) {
return mContent
} catch (e: Exception) {
AppLog.put("${item.name}替换出错\n替换内容\n${mContent}", e)
appCtx.toastOnUi("${item.name}替换出错")
AppLog.put("替换净化: 规则 ${item.name}替换出错\n替换内容\n${mContent}", e)
appCtx.toastOnUi("替换净化: 规则 ${item.name}替换出错")
}
}
}