1、增加图片视频

2、优化代码结构
3、up主下载分类逻辑可配置
This commit is contained in:
jianzhichu
2025-11-23 00:46:41 +08:00
parent 7cacdaedd4
commit 8cef13c926
51 changed files with 1604 additions and 1667 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace dy.net.utils
public static class Md5Util
{
public static string JWT_TOKEN_KEY = "dy.net-key-" + IdGener.GetGuid();
public static string JWT_TOKEN_KEY = "dysync.net-key-" + IdGener.GetGuid();
public static string Md5(this string inputString)
{