diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index da6ef39..4d075e0 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -37,5 +37,4 @@ jobs: - name: Upload NuGet package uses: actions/upload-artifact@v4 with: - name: YongAnFrame path: YongAnFrame.*.nupkg diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 685d602..b911f62 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -37,6 +37,5 @@ jobs: - name: Upload NuGet package uses: actions/upload-artifact@v4 with: - name: YongAnFrame path: YongAnFrame.*.nupkg diff --git a/Commands/MessageCommand.cs b/Commands/MessageCommand.cs index b3f6b50..5b1ec40 100644 --- a/Commands/MessageCommand.cs +++ b/Commands/MessageCommand.cs @@ -24,7 +24,7 @@ public bool Execute(ArraySegment arguments, ICommandSender sender, out s List choicePlayer = []; if (arguments.Count < 3) { - response = "不允许的格式,格式应该是int string int"; + response = "不允许的格式,格式应该是 int string int"; return false; } switch (arguments.Array[1]) @@ -32,7 +32,7 @@ public bool Execute(ArraySegment arguments, ICommandSender sender, out s case "all": if (!sender.CheckPermission("yongan404.message.choice.all")) { - response = "请保证你有yongan404.message.choice.all权限"; + response = "请保证你有 yongan404.message.choice.all 权限"; return false; } foreach (Player player in Player.List) @@ -46,7 +46,7 @@ public bool Execute(ArraySegment arguments, ICommandSender sender, out s { if (idStringArray.Length > 1 && !sender.CheckPermission("yongan404.message.choice.multiple")) { - response = "请保证你有yongan404.message.choice.multiple权限"; + response = "请保证你有 yongan404.message.choice.multiple 权限"; return false; } @@ -73,7 +73,7 @@ public bool Execute(ArraySegment arguments, ICommandSender sender, out s { if (duration > 10 && !sender.CheckPermission("yongan404.message.send.large_duration")) { - response = "请保证你有yongan404.message.send.large_duration权限"; + response = "请保证你有 yongan404.message.send.large_duration 权限"; return false; } diff --git a/YongAnFrame.csproj b/YongAnFrame.csproj index f6f57d1..2dc1c39 100644 --- a/YongAnFrame.csproj +++ b/YongAnFrame.csproj @@ -137,7 +137,6 @@ - diff --git a/docs/articles/index.md b/docs/articles/index.md new file mode 100644 index 0000000..f787e87 --- /dev/null +++ b/docs/articles/index.md @@ -0,0 +1,5 @@ +--- +title: articles +--- + +# null \ No newline at end of file diff --git a/docs/docfx.json b/docs/docfx.json index 4484751..a4a8c88 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -25,7 +25,7 @@ "_lang": "zh-CN", "_gitContribute": { "repo": "https://github.com/SCP-SL-Plugin-YongAnTeam/YongAnFrame", - "branch": "dev" + "branch": "master" } }, "template": [ "default", "modern" ], diff --git a/lib/net48/Assembly-CSharp-firstpass.dll b/lib/net48/Assembly-CSharp-firstpass.dll index 2768684..9383cfa 100644 Binary files a/lib/net48/Assembly-CSharp-firstpass.dll and b/lib/net48/Assembly-CSharp-firstpass.dll differ diff --git a/lib/net48/Mirror.dll b/lib/net48/Mirror.dll index b93ac0b..bf8dc56 100644 Binary files a/lib/net48/Mirror.dll and b/lib/net48/Mirror.dll differ