[+] AquaMai.Config.ApiVersion (#91)

* Add ApiVersion

* Fix SectionNameOrder
This commit is contained in:
Menci
2024-11-27 00:19:37 +08:00
committed by GitHub
parent 436bdde60a
commit 2646f642b5
4 changed files with 18 additions and 3 deletions

View File

@@ -25,8 +25,8 @@ public class General
public static readonly string locale = "";
}
// Please add/remove corresponding entries in SetionNameOrder enum when adding/removing sections.
public enum SetionNameOrder
// Please add/remove corresponding entries in SectionNameOrder enum when adding/removing sections.
public enum SectionNameOrder
{
DeprecationWarning,
General,