Merge remote-tracking branch 'origin/main'

This commit is contained in:
fawney19
2026-05-22 14:16:07 +08:00
23 changed files with 1550 additions and 53 deletions
+2 -2
View File
@@ -922,8 +922,8 @@ export const adminApi = {
return response.data
},
async testImportantNotification(options: 'all' | 'email' | 'server_chan' | {
channel?: 'all' | 'email' | 'server_chan'
async testImportantNotification(options: 'all' | 'email' | 'server_chan' | 'bark' | {
channel?: 'all' | 'email' | 'server_chan' | 'bark'
item_key?: string
} = 'all'): Promise<{
success: boolean