This commit is contained in:
恍兮惚兮 2024-12-05 11:10:25 +08:00
parent 8cd51aa49c
commit 37b451f3d4

View File

@ -1036,6 +1036,14 @@ namespace
buffer->size -= 1;
}
}
void F01001BB01E8E2000(TextBuffer *buffer, HookParam *hp)
{
auto s = buffer->strW();
s = std::regex_replace(s, std::wregex(L"<[^>]*>"), L"");
buffer->from(s);
}
void F0100B0C016164000(TextBuffer *buffer, HookParam *hp)
{
@ -3543,6 +3551,8 @@ namespace
// フローラル・フローラブ
{0x80020974, {0, 0, 0, 0, F0100D8B019FC0000<true>, 0x0100D8B019FC0000ull, "1.0.0"}},
{0x80020958, {0, 0, 0, 0, F0100D8B019FC0000<false>, 0x0100D8B019FC0000ull, "1.0.0"}},
// FANTASIAN Neo Dimension
{0x81719ea0, {CODEC_UTF16, 0, 0, ReadTextAndLenDW<0>, F01001BB01E8E2000, 0x01001BB01E8E2000ull, "1.0.0"}},
};
return 1;