Improve code comments

This commit is contained in:
Jack251970 2025-04-08 19:33:48 +08:00
parent aaadf16777
commit 4749ca208a

View file

@ -1,8 +1,7 @@
namespace Flow.Launcher.Plugin namespace Flow.Launcher.Plugin
{ {
/// <summary> /// <summary>
/// Inherit this interface if additional data. /// Inherit this interface if you need to save additional data which is not a setting or cache,
/// If you need to save data which is not a setting or cache,
/// please implement this interface. /// please implement this interface.
/// </summary> /// </summary>
/// <remarks> /// <remarks>