<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.Time;
[Verb("time", HelpText = nameof(Str.HelpForText), ResourceType = typeof(Str))]
[Verb("time", HelpText = nameof(Str.TimeTool), ResourceType = typeof(Str))]
public class Option : IOption
{
[Option('s', "sync", HelpText = nameof(Str.SyncToLocalTime), Default = false, ResourceType = typeof(Str))]