add message template

This commit is contained in:
xiaomlove
2025-06-19 13:13:26 +07:00
parent 75c1eb0664
commit a0ff441f03
85 changed files with 479 additions and 7 deletions
+1
View File
@@ -46,6 +46,7 @@ return [
'oauth_provider' => 'Authorization provider',
'queue_monitor' => 'Queue monitor',
'user_modify_logs' => 'User modify logs',
'message_templates' => 'Message templates',
],
'resources' => [
'agent_allow' => [
+2
View File
@@ -46,6 +46,8 @@ return [
'created_at_end' => 'Created at end',
'text_quote' => 'Quote',
'text_code' => "CODE",
'language' => 'Language',
'content' => 'Content',
'setting' => [
'nav_text' => 'Setting',
'backup' => [
+6
View File
@@ -0,0 +1,6 @@
<?php
return [
'content_help' => 'Here you can use BBCode tag codes and the following placeholders',
'register_welcome' => 'Registration success welcome message',
'register_welcome_content_help' => ':username => username',
];