refactor: 调活顶部导航中店铺按钮

This commit is contained in:
2025-05-13 17:52:31 +08:00
parent ef0e4ff5ea
commit 1c8141f57d
3 changed files with 9 additions and 4 deletions

View File

@@ -2,7 +2,8 @@
return [
'header_navigation' => [
'product_categorys' => 'Products'
'product_categorys' => 'Products',
'store' => 'Store'
],
'header_search' => [
'history' => 'Search History',

View File

@@ -2,7 +2,8 @@
return [
'header_navigation' => [
'product_categorys' => '产品列表'
'product_categorys' => '产品列表',
'store' => '店铺'
],
'header_search' => [
'hot_product' => '热销产品',