mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-16 13:17:32 +08:00
[api] add notifications
This commit is contained in:
@@ -5,7 +5,5 @@ return [
|
||||
'index' => [
|
||||
'page_title' => '赠魔者列表',
|
||||
],
|
||||
'show' => [
|
||||
'page_title' => '私信详情',
|
||||
]
|
||||
|
||||
];
|
||||
|
||||
@@ -31,5 +31,11 @@ return [
|
||||
'download_label' => '下载',
|
||||
'thanks_yes_label' => '已谢谢',
|
||||
'thanks_no_label' => '谢谢',
|
||||
]
|
||||
],
|
||||
'pick_info' => [
|
||||
'normal' => '普通',
|
||||
'hot' => '热门',
|
||||
'classic' => '经典',
|
||||
'recommended' => '推荐',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user