fix: error

This commit is contained in:
手瓜一十雪
2024-11-24 12:49:37 +08:00
parent ee047e8bc1
commit e521740a44

View File

@@ -60,6 +60,7 @@ const loadConfig = async () => {
if (userConfig) {
otherConfig.value.musicSignUrl = userConfig.musicSignUrl;
otherConfig.value.enableLocalFile2Url = userConfig.enableLocalFile2Url;
otherConfig.value.parseMultMsg = userConfig.parseMultMsg;
}
} catch (error) {
console.error('Error loading config:', error);