You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AquaMai.Config/ConfigSerializer.cs
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ 这是 AquaMai 的 TOML 配置文件
26
26
- 该文件的格式和文字注释是固定的,配置文件将在启动时被重写,无法解析的内容将被删除
27
27
28
28
试试使用 MaiChartManager 图形化配置 AquaMai 吧!
29
-
https://github.com/clansty/MaiChartManager
29
+
https://github.com/MuNET-OSS/MaiChartManager
30
30
""";
31
31
32
32
privateconststringBANNER_EN=
@@ -43,6 +43,9 @@ This is the TOML configuration file of AquaMai.
43
43
- Configuration entries take effect when the corresponding section is enabled, regardless of whether they are uncommented.
44
44
- Commented configuration entries retain their default values (shown in the comment), which may change with version updates.
45
45
- 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!
0 commit comments