perf: 移除解决方案名

Signed-off-by: status102 <102887808+status102@users.noreply.github.com>
This commit is contained in:
uye
2025-06-10 15:01:06 +08:00
committed by status102
parent 99958533ef
commit f2558002f0

View File

@@ -3,10 +3,9 @@
"settings": {
"documentationRules": {
"companyName": "MaaAssistantArknights",
"copyrightText": "{projectName} - A part of the {solutionName} project\nCopyright (C) 2021 MistEO and Contributors\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the {licenseName} as published by\nthe Free Software Foundation, either version 3 of the License, or\nany later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY",
"copyrightText": "Part of the {projectName} project, maintained by the MaaAssistantArknights team (Maa Team)\nCopyright (C) 2021 MistEO and Contributors\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the {licenseName} as published by\nthe Free Software Foundation, either version 3 of the License, or\nany later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY",
"variables": {
"projectName": "MaaWpfGui",
"solutionName": "MaaCoreArknights",
"licenseName": "GNU Affero General Public License v3.0 only"
}
}