Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
修复:gs子命令超过4个case
  • Loading branch information
1242509682 committed May 16, 2024
commit 1f55e2c56585641987d87e4edae1de32ddb97061
1 change: 0 additions & 1 deletion SignInSign/Command.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ internal static void SetupCmd(CommandArgs args)
return;
case "s":
case "set":
case "add":
case "����":
if (args.Parameters.Count != 1)
{
Expand Down