We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca0342 commit 4ebcf42Copy full SHA for 4ebcf42
2 files changed
source/_posts/01-env-setup.md
@@ -63,7 +63,7 @@ https://github.com/freude916/sts2-quickRestart/blob/main/README.md
63
64
## 创建C#解决方案
65
66
-点击右上角的“创建C#解决方案”按钮。
+点击左上角的“创建C#解决方案”按钮。
67
68

69
source/_posts/03-baselib/03-01-add-card.md
@@ -82,7 +82,7 @@ public class TestCard : CustomCardModel
82
`modId`即为你`{modId}.json`中填写的。<b>不是你的根目录,而是一个新文件夹。</b>
83
84
85
-卡图任意尺寸都可,且不需要裁剪,官方使用的尺寸是普通卡1000x760,先古卡606x852。
+卡图任意尺寸都可,且不需要裁剪,官方使用的尺寸是普通卡250x190,先古卡250x351。
86
87
```csharp
88
public class TestCard : TestCardModel
0 commit comments