Skip to content

Commit 71a6e9f

Browse files
author
REME
committed
2026-04-15 sync
1 parent 026ed0f commit 71a6e9f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

source/_posts/01-env-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public class Entry
155155
harmony.PatchAll();
156156
// 使得tscn可以加载自定义脚本
157157
ScriptManagerBridge.LookupScriptsInAssembly(typeof(Entry).Assembly);
158-
Log.Debug("Mod initialized!");
158+
Log.Info("Mod initialized!");
159159
}
160160
}
161161

source/_posts/03-baselib/03-01-add-card.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public class TestCard : TestCardModel
109109
你也可以通过新增一个`abstract`类,避免每张卡都写一遍卡图路径,并且方便管理一些自定义功能。
110110

111111
```csharp
112-
public abstract class TestCardModel : CardModel
112+
public abstract class TestCardModel : CustomCardModel
113113
{
114114
public override string PortraitPath => $"res://test/images/cards/{GetType().Name}.png";
115115

0 commit comments

Comments
 (0)