// Copyright (c) Richasy. All rights reserved. namespace Richasy.Bili.Models.App.Constants { /// /// 控制器使用的常量. /// public static class ControllerConstants { #pragma warning disable SA1600 // Elements should be documented #pragma warning disable SA1401 // Fields should be private public static class Names { public const string PartitionIndex = "partitionIndex.json"; public const string ServerFolder = "Server"; } #pragma warning disable SA1600 // Elements should be documented #pragma warning disable SA1401 // Fields should be private } }