mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
7 lines
231 B
PHP
7 lines
231 B
PHP
<?php
|
|
return [
|
|
'content_help' => '在这里你可以使用 BBCode 标签代码,以及以下占位符',
|
|
'register_welcome' => '注册成功欢迎信息',
|
|
'register_welcome_content_help' => ':username => 用户名',
|
|
];
|