fix(web): fix notification prefix update bug (fixes #144) and regenerate docs lockfile
This commit is contained in:
@@ -91,8 +91,8 @@ async function saveSettings() {
|
||||
saving.value = true
|
||||
try {
|
||||
const data: Record<string, string> = {
|
||||
notify_prefix: prefix.value,
|
||||
...templates.value
|
||||
...templates.value,
|
||||
notify_prefix: prefix.value
|
||||
}
|
||||
await api.settings.setSection('notify', data)
|
||||
toast.success('模板配置已保存')
|
||||
|
||||
Reference in New Issue
Block a user