Update extensionimpl.cpp

This commit is contained in:
恍兮惚兮 2024-04-24 09:14:20 +08:00
parent 2f93a2bf4d
commit 4678da4bf2

View File

@ -31,3 +31,13 @@ extern "C" __declspec(dllexport) wchar_t* OnNewSentence(wchar_t* sentence, const
}
return sentence;
}
/*
This API is not necessary, but when the plugin contains a configuration window, this API allows the user to show or hide the configuration window, which can greatly improve the user experience.
*/
/*
extern "C" __declspec(dllexport) void VisSetting(bool vis)
{
}
*/