mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-06-20 18:10:40 +00:00
feat: improve notification settings and interactive TG bot
This commit is contained in:
@@ -696,6 +696,10 @@ export interface ModelSetting {
|
||||
background_image_night?: string
|
||||
telegram_bot_token?: string
|
||||
telegram_admin_chat_id?: string
|
||||
smtp_server?: string
|
||||
smtp_user?: string
|
||||
smtp_password?: string
|
||||
admin_email?: string
|
||||
}
|
||||
|
||||
export interface ModelSettingForm {
|
||||
@@ -731,6 +735,10 @@ export interface ModelSettingForm {
|
||||
background_image_night?: string
|
||||
telegram_bot_token?: string
|
||||
telegram_admin_chat_id?: string
|
||||
smtp_server?: string
|
||||
smtp_user?: string
|
||||
smtp_password?: string
|
||||
admin_email?: string
|
||||
}
|
||||
|
||||
export interface ModelSettingResponse {
|
||||
|
||||
Reference in New Issue
Block a user