refactor: 修改无数据时显示内容

This commit is contained in:
2025-04-16 14:27:37 +08:00
parent 98390d0af2
commit 1f800abbe3
4 changed files with 8 additions and 4 deletions

View File

@@ -38,5 +38,7 @@ return [
'support_model' => 'Supported Models',
'support_platform' => 'Supported Systems',
'search_placeholder' => 'Search model',
'no_data' => 'No Result',
'no_video' => 'No Video',
]
];

View File

@@ -38,5 +38,7 @@ return [
'support_model' => '支持型号',
'support_platform' => '支持系统',
'search_placeholder' => '搜索型号',
'no_data' => '查询无结果!',
'no_video' => '查询无此视频!',
]
];