fix:修复bug(解密文件夹名字修改)

This commit is contained in:
barry
2026-05-20 09:38:24 +08:00
parent d1ed0d5747
commit aca0e4d1af
7 changed files with 23823 additions and 23676 deletions
@@ -116,7 +116,7 @@ namespace RedHotRoast {
return ConfigLoader.Instance.GetConfig<List<T>>() ?? new List<T>();
}
private static bool IsOrganic()
public static bool IsOrganic()
{
bool b = false;
@@ -124,6 +124,8 @@ namespace RedHotRoast {
{
b = GetCommonConf().IsOrganic == 1;
}
Debug.Log($"下载---------开关:{b}");
return b;
}