mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-31 13:06:57 +08:00
test(settings): cover system basics and LLM flows (#675)
This commit is contained in:
@@ -801,6 +801,8 @@ async function saveBasicSettings() {
|
||||
// 更新全局设置store,使Web Agent图标实时生效
|
||||
globalSettingsStore.setData({ ...globalSettingsStore.getData, ...SystemSettings.value.Basic })
|
||||
$toast.success(t('setting.system.basicSaveSuccess'))
|
||||
} else {
|
||||
$toast.error(t('setting.system.saveFailed', { message: t('common.apiRequestFailed') }))
|
||||
}
|
||||
} finally {
|
||||
savingBasic.value = false
|
||||
|
||||
Reference in New Issue
Block a user