整理代码

This commit is contained in:
zpc 2024-08-13 10:44:17 +08:00
parent 76a5adabcc
commit faa4960821
3 changed files with 514 additions and 526 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,14 +1,37 @@
global using HuanMeng.DotNetCore.Base;
global using HuanMeng.DotNetCore.TextCensor;
global using HuanMeng.DotNetCore.Utility;
global using HuanMeng.MiaoYu.Code.Base;
global using HuanMeng.MiaoYu.Code.Cache;
global using HuanMeng.MiaoYu.Code.Chat.Claude;
global using HuanMeng.MiaoYu.Code.Chat.Claude.Model;
global using HuanMeng.MiaoYu.Code.Chat.Contract;
global using HuanMeng.MiaoYu.Code.Chat.Minimax;
global using HuanMeng.MiaoYu.Code.DataAccess;
global using HuanMeng.MiaoYu.Model.DbSqlServer.Db_MiaoYu;
global using HuanMeng.MiaoYu.Code.Other;
global using HuanMeng.MiaoYu.Code.SysDictionary.Contract;
global using HuanMeng.MiaoYu.Code.SysDictionary.DictionaryNetwork;
global using HuanMeng.MiaoYu.Code.Users;
global using HuanMeng.MiaoYu.Model.DbSqlServer.Db_MiaoYu;
global using HuanMeng.MiaoYu.Model.Dto.Character;
global using HuanMeng.MiaoYu.Model.Dto.Chat;
global using HuanMeng.MiaoYu.Model.EnumModel;
global using HuanMeng.MiaoYu.Model.EnumModel.Chat;
global using HuanMeng.MiaoYu.Model.EnumModel.User;
global using Microsoft.EntityFrameworkCore;
global using Microsoft.EntityFrameworkCore.Storage;
global using Microsoft.Extensions.DependencyInjection;
global using Microsoft.Extensions.Logging;
global using Newtonsoft.Json.Linq;
global using System;
global using System.Collections.Concurrent;
global using System.Collections.Generic;
global using System.Linq;
global using System.Text;
global using System.Text.Json;
global using System.Text.Json.Serialization;
global using HuanMeng.MiaoYu.Model.EnumModel;
global using HuanMeng.MiaoYu.Model.EnumModel.User;
global using System.Collections.Concurrent;
global using HuanMeng.MiaoYu.Code.SysDictionary.Contract;
global using HuanMeng.MiaoYu.Code.SysDictionary;
global using HuanMeng.MiaoYu.Code.SysDictionary.DictionaryNetwork;
global using HuanMeng.DotNetCore.TextCensor;
global using HuanMeng.DotNetCore.Utility;
global using System.Text.RegularExpressions;
global using System.Threading.Tasks;

View File

@ -1,5 +0,0 @@
{
"AppID": "", //
"MchID": "", //ID
"Key": ""
}