We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71a6e9f commit aca0342Copy full SHA for aca0342
2 files changed
Basics/01 - 环境配置/README.md
@@ -55,7 +55,7 @@ https://github.com/freude916/sts2-quickRestart/blob/main/README.md
55
56
## 创建C#解决方案
57
58
-点击右上角的“创建C#解决方案”按钮。
+点击左上角的“创建C#解决方案”按钮。
59
60

61
Basics/03 - BaseLib接口/01 - 添加卡牌/README.md
@@ -75,7 +75,7 @@ public class TestCard : CustomCardModel
75
`modId`即为你`{modId}.json`中填写的。<b>不是你的根目录,而是一个新文件夹。</b>
76
77
78
-卡图任意尺寸都可,且不需要裁剪,官方使用的尺寸是普通卡1000x760,先古卡606x852。
+卡图任意尺寸都可,且不需要裁剪,官方使用的尺寸是普通卡250x190,先古卡250x351。
79
80
```csharp
81
public class TestCard : TestCardModel
0 commit comments