From 544caa865ac124045a19b387cbb3302ee43ee603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <1173718158@qq.com> Date: Mon, 2 Dec 2024 21:46:50 +0800 Subject: [PATCH] . --- cpp/LunaHook/LunaHook/engine32/CatSystem.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/LunaHook/LunaHook/engine32/CatSystem.cpp b/cpp/LunaHook/LunaHook/engine32/CatSystem.cpp index 97c11301..7c59f0ea 100644 --- a/cpp/LunaHook/LunaHook/engine32/CatSystem.cpp +++ b/cpp/LunaHook/LunaHook/engine32/CatSystem.cpp @@ -239,6 +239,7 @@ bool InsertCatSystem2Hook() hp.filter_fun = [](TextBuffer *buffer, HookParam *hp) { auto _ = std::regex_replace(buffer->strA(), std::regex(R"(\[(.+?)/.+\])"), "$1"); + strReplace(_, "\\@", ""); buffer->from(_); }; hp.lineSeparator = L"\\n";