This commit is contained in:
手瓜一十雪
2024-11-20 10:16:41 +08:00
parent 5946b426b5
commit 6a12a373a7
2 changed files with 4 additions and 1 deletions

View File

@@ -149,6 +149,9 @@ export function mergeOneBotConfigs(
if (userConfig.musicSignUrl !== undefined) {
mergedConfig.musicSignUrl = userConfig.musicSignUrl;
}
if(userConfig.enableLocalFile2Url !== undefined) {
mergedConfig.enableLocalFile2Url = userConfig.enableLocalFile2Url;
}
return mergedConfig;
}