mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix: error
This commit is contained in:
@@ -60,6 +60,7 @@ const loadConfig = async () => {
|
|||||||
if (userConfig) {
|
if (userConfig) {
|
||||||
otherConfig.value.musicSignUrl = userConfig.musicSignUrl;
|
otherConfig.value.musicSignUrl = userConfig.musicSignUrl;
|
||||||
otherConfig.value.enableLocalFile2Url = userConfig.enableLocalFile2Url;
|
otherConfig.value.enableLocalFile2Url = userConfig.enableLocalFile2Url;
|
||||||
|
otherConfig.value.parseMultMsg = userConfig.parseMultMsg;
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('Error loading config:', error);
|
console.error('Error loading config:', error);
|
||||||
|
Reference in New Issue
Block a user