Skip to content

Commit 4218443

Browse files
committed
[O] Add MaiChartManager EN
1 parent ab96697 commit 4218443

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

AquaMai.Config/ConfigSerializer.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ 这是 AquaMai 的 TOML 配置文件
2626
- 该文件的格式和文字注释是固定的,配置文件将在启动时被重写,无法解析的内容将被删除
2727
2828
试试使用 MaiChartManager 图形化配置 AquaMai 吧!
29-
https://github.com/clansty/MaiChartManager
29+
https://github.com/MuNET-OSS/MaiChartManager
3030
""";
3131

3232
private const string BANNER_EN =
@@ -43,6 +43,9 @@ This is the TOML configuration file of AquaMai.
4343
- Configuration entries take effect when the corresponding section is enabled, regardless of whether they are uncommented.
4444
- Commented configuration entries retain their default values (shown in the comment), which may change with version updates.
4545
- The format and text comments of this file are fixed. The configuration file will be rewritten at startup, and unrecognizable content will be deleted.
46+
47+
Try using MaiChartManager to configure AquaMai graphically!
48+
https://github.com/MuNET-OSS/MaiChartManager
4649
""";
4750

4851
private readonly IConfigSerializer.Options Options = Options;

0 commit comments

Comments
 (0)