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