add notification when user registers

This commit is contained in:
MaysWind
2024-08-08 22:29:01 +08:00
parent 32155ca63d
commit a4849fa4f0
4 changed files with 32 additions and 5 deletions
+8 -2
View File
@@ -203,12 +203,18 @@ avatar_provider = internal
enable_export = true
[notification]
# Set to true to display custom notification in home page every time users register
enable_notification_after_register = false
# The notification content displayed each time users register, it supports multi-language configuration
# Add an underscore and a language tag after the setting key to configure the notification content in that language, the same below
# For example, after_login_notification_content_zh_hans means the notification content in Simplified Chinese
after_register_notification_content =
# Set to true to display custom notification in home page every time users login
enable_notification_after_login = false
# The notification content displayed each time users log in, it supports multi-language configuration
# Add an underscore and a language tag after the setting key to configure the notification content in that language, the same below
# For example, after_login_notification_content_zh_hans means the notification content in Simplified Chinese
after_login_notification_content =
# Set to true to display custom notification in home page every time users open the app