[api] add notifications

This commit is contained in:
xiaomlove
2022-03-31 16:28:08 +08:00
parent 3e4a5766c4
commit f91cd6f20a
28 changed files with 274 additions and 44 deletions
+1 -3
View File
@@ -5,7 +5,5 @@ return [
'index' => [
'page_title' => '赠魔者列表',
],
'show' => [
'page_title' => '私信详情',
]
];
+7 -1
View File
@@ -31,5 +31,11 @@ return [
'download_label' => '下载',
'thanks_yes_label' => '已谢谢',
'thanks_no_label' => '谢谢',
]
],
'pick_info' => [
'normal' => '普通',
'hot' => '热门',
'classic' => '经典',
'recommended' => '推荐',
],
];