mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-25 12:37:23 +08:00
improve admin user profile + image hosting
This commit is contained in:
@@ -40,6 +40,7 @@ return [
|
||||
'city' => 'City',
|
||||
'client' => 'Client',
|
||||
'reason' => 'Reason',
|
||||
'change' => 'Change',
|
||||
'setting' => [
|
||||
'nav_text' => 'Setting',
|
||||
'backup' => [
|
||||
@@ -111,6 +112,14 @@ return [
|
||||
'alarm_email_receiver' => 'Alarm email receiver',
|
||||
'alarm_email_receiver_help' => "Fill in the UID of the user, separated by space, and the alarm email will be sent to the corresponding user's email address. If you don't fill it in, it will be written to the runtime log, and the log level will be error",
|
||||
],
|
||||
'image_hosting' => [
|
||||
'driver' => 'Storage location',
|
||||
'driver_help' => 'If you choose local, the default is to save it locally on the server where the website is located, otherwise upload it to the corresponding image server',
|
||||
'tab_header' => 'Image hosting',
|
||||
'upload_api_endpoint' => 'Upload interface address',
|
||||
'base_url' => 'Image URL prefix',
|
||||
'upload_token' => 'Upload token',
|
||||
]
|
||||
],
|
||||
'user' => [
|
||||
'label' => 'User',
|
||||
|
||||
@@ -40,6 +40,7 @@ return [
|
||||
'city' => '城市',
|
||||
'client' => '客户端',
|
||||
'reason' => '原因',
|
||||
'change' => '修改',
|
||||
'setting' => [
|
||||
'nav_text' => '设置',
|
||||
'backup' => [
|
||||
@@ -111,6 +112,14 @@ return [
|
||||
'alarm_email_receiver' => '告警邮件接收者',
|
||||
'alarm_email_receiver_help' => '填写用户 UID,多个空格隔开,系统异常告警邮件将会发到对应用户的邮箱。如果不填会写到运行日志中,日志级别为 error',
|
||||
],
|
||||
'image_hosting' => [
|
||||
'driver' => '存储位置',
|
||||
'driver_help' => '若选择 local, 对应默认的保存在网站所在服务器本地, 否则上传到对应的图片服务器',
|
||||
'tab_header' => '图床',
|
||||
'upload_api_endpoint' => '上传接口地址',
|
||||
'base_url' => '图片 URL 前缀',
|
||||
'upload_token' => '上传令牌',
|
||||
]
|
||||
],
|
||||
'user' => [
|
||||
'label' => '用户',
|
||||
|
||||
@@ -40,6 +40,7 @@ return [
|
||||
'city' => '城市',
|
||||
'client' => '客戶端',
|
||||
'reason' => '原因',
|
||||
'change' => '修改',
|
||||
'setting' => [
|
||||
'nav_text' => '設置',
|
||||
'backup' => [
|
||||
@@ -111,6 +112,14 @@ return [
|
||||
'alarm_email_receiver' => '告警郵件接收者',
|
||||
'alarm_email_receiver_help' => '填寫用戶 UID,多個空格隔開,系統異常告警郵件將會發到對應用戶的郵箱。如果不填會寫到運行日誌中,日誌級別為 error',
|
||||
],
|
||||
'image_hosting' => [
|
||||
'driver' => '存儲位置',
|
||||
'driver_help' => '若選擇 local, 對應默認的保存在網站所在服務器本地, 否則上傳到對應的圖片服務器',
|
||||
'tab_header' => '圖床',
|
||||
'upload_api_endpoint' => '上傳接口地址',
|
||||
'base_url' => '圖片 URL 前綴',
|
||||
'upload_token' => '上傳令牌',
|
||||
]
|
||||
],
|
||||
'user' => [
|
||||
'label' => '用戶',
|
||||
|
||||
Reference in New Issue
Block a user