refactor: SimpleLite 迁移到 Simple3,插件窗体改用 FairyView ForceFloat
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -9,9 +9,9 @@ using StandardScene.Utils;
|
||||
using CommonUsage;
|
||||
using LessokajiWeaverUtilities.Utilities;
|
||||
using Newtonsoft.Json;
|
||||
using SimpleLite;
|
||||
using SimpleLite.RCS;
|
||||
using SimpleLite.RCS.CarTypes;
|
||||
using Simple3;
|
||||
using Simple3.RCS;
|
||||
using Simple3.RCS.CarTypes;
|
||||
using SimpleCore;
|
||||
using SimpleCore.Library;
|
||||
using SimpleCore.PropType;
|
||||
@@ -388,7 +388,7 @@ namespace StandardScene.Charge
|
||||
// 跨程序集解析:充电桩具体类型可能位于卫星插件 dll(StandardScene.Devices.Charge),
|
||||
// 不能再用 Type.GetType(简单名,仅当前程序集)。改用内核同款全域类型发现。
|
||||
string chargeTypeFullName = "StandardScene.ChargeStationType." + chargeTypeString;
|
||||
Type type = SimpleLite.Utils.UiTypeDiscovery.AllTypes()
|
||||
Type type = Simple3.Utils.UiTypeDiscovery.AllTypes()
|
||||
.FirstOrDefault(t => t.FullName == chargeTypeFullName);
|
||||
|
||||
if (type == null)
|
||||
|
||||
Reference in New Issue
Block a user