初始提交
This commit is contained in:
15
Services/Hncore.Pass.OSS/UEditor/Handlers/ConfigHandler.cs
Normal file
15
Services/Hncore.Pass.OSS/UEditor/Handlers/ConfigHandler.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
namespace UEditor.Core.Handlers
|
||||
{
|
||||
/// <summary>
|
||||
/// Config 的摘要说明
|
||||
/// </summary>
|
||||
public class ConfigHandler
|
||||
{
|
||||
public JObject Process()
|
||||
{
|
||||
return Config.Items;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user