<feat> + 屏幕坐标颜色选取工具

This commit is contained in:
2022-12-05 16:01:31 +08:00
parent 6393132c90
commit 57dc2c7519
14 changed files with 381 additions and 64 deletions

View File

@ -1,6 +1,6 @@
namespace Dot.Text;
[Verb("text", HelpText = nameof(Str.HelpForText), ResourceType = typeof(Str))]
[Verb("text", HelpText = nameof(Str.TextTool), ResourceType = typeof(Str))]
public class Option : IOption
{
[Value(0, HelpText = nameof(Str.TextTobeProcessed), ResourceType = typeof(Str))]