fix(web): fix notification prefix update bug (fixes #144) and regenerate docs lockfile

This commit is contained in:
duorameng
2026-06-30 17:19:42 +08:00
parent 04abd39c7b
commit f9bb94ef1a
2 changed files with 5713 additions and 2 deletions
+5711
View File
File diff suppressed because it is too large Load Diff
@@ -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('模板配置已保存')