This commit is contained in:
Bob.Song
2026-03-25 17:07:05 +08:00
parent 09540ad1a8
commit 830cf3c354
141 changed files with 537 additions and 197 deletions

View File

@@ -147,7 +147,7 @@ namespace NBF
if (response.ErrorCode == ErrorCode.Success)
{
SetBindItemData(id, response.Rigs);
Notices.Show("配件变更成功");
Notices.Success("配件变更成功");
}
else
{
@@ -168,7 +168,7 @@ namespace NBF
if (response.ErrorCode == ErrorCode.Success)
{
SetBindItemData(id, response.Rigs);
Notices.Show("配件变更成功");
Notices.Success("配件变更成功");
}
else
{
@@ -236,7 +236,7 @@ namespace NBF
Slots.Clear();
Slots.AddRange(response.Slots);
// SetBindItemData(id, response.Rigs);
Notices.Show("插槽设置成功");
Notices.Success("插槽设置成功");
}
else
{