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
@@ -44,6 +44,7 @@ return [
'oauth_provider' => '身份验证',
'queue_monitor' => '队列监控',
'user_modify_logs' => '修改记录',
'message_templates' => '消息模板',
],
'resources' => [
'agent_allow' => [
+2
View File
@@ -46,6 +46,8 @@ return [
'created_at_end' => '创建时间结束',
'text_quote' => '引用',
'text_code' => "代码",
'language' => '语言',
'content' => '内容',
'setting' => [
'nav_text' => '设置',
'backup' => [
@@ -0,0 +1,6 @@
<?php
return [
'content_help' => '在这里你可以使用 BBCode 标签代码,以及以下占位符',
'register_welcome' => '注册成功欢迎信息',
'register_welcome_content_help' => ':username => 用户名',
];