mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
fix config upload
This commit is contained in:
@@ -266,7 +266,7 @@ function clearMusic() {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
async function uploadConfig() {
|
async function uploadConfig() {
|
||||||
await UploadConfig('MusicRequest', JSON.stringify(settings.value))
|
await UploadConfig('MusicRequest', settings.value)
|
||||||
.then((data) => {
|
.then((data) => {
|
||||||
if (data) {
|
if (data) {
|
||||||
message.success('已保存至服务器')
|
message.success('已保存至服务器')
|
||||||
|
|||||||
Reference in New Issue
Block a user