完全清除Resource依赖, 目前可以直接使用源码

This commit is contained in:
2025-10-08 12:00:42 +08:00
parent 0d4d4b75bb
commit a09b3c1eb1
31 changed files with 49 additions and 2926 deletions

View File

@@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.Reflection;
using Flee.InternalTypes;
using Flee.Resources;
namespace Flee.PublicTypes
{
@@ -278,7 +277,7 @@ namespace Flee.PublicTypes
Utility.AssertNotNull(importNamespace, "importNamespace");
if (importNamespace.Length == 0)
{
string msg = Utility.GetGeneralErrorMessage(GeneralErrorResourceKeys.InvalidNamespaceName);
string msg = Utility.GetGeneralErrorMessage("InvalidNamespaceName");
throw new ArgumentException(msg);
}