15 changed files with 143 additions and 50 deletions
-
18app/common.php
-
25config/ui_ids.php
-
14public/themes/dist_static/static/css/common.css
-
BINpublic/themes/dist_static/static/fonts/MiSans-VF.subset.woff
-
2public/themes/dist_static/static/js/common.js
-
8public/themes/website/1/en/demo/components/footer.html
-
42public/themes/website/1/en/demo/components/header.html
-
10public/themes/website/1/en/demo/components/mask.html
-
3public/themes/website/1/en/demo/single_search.html
-
5public/themes/website/1/en/demo/solution2.html
-
8public/themes/website/1/zh/demo/components/footer.html
-
41public/themes/website/1/zh/demo/components/header.html
-
10public/themes/website/1/zh/demo/components/mask.html
-
3public/themes/website/1/zh/demo/single_search.html
-
4public/themes/website/1/zh/demo/solution2.html
@ -0,0 +1,25 @@ |
|||
<?php |
|||
/** |
|||
* 前台模板语义 ID 映射(方案 A) |
|||
* 键名供 uiId('xxx') 使用;按语言取对应数字 ID。 |
|||
* 英文站栏目建好后,只改本文件 en 值即可,不必改模板。 |
|||
* |
|||
* 说明:nav_header / nav_footer 为导航分类 ID,库内 zh/en 条目共用同一 nav_cate_id。 |
|||
*/ |
|||
return [ |
|||
// 导航分类
|
|||
'nav_header' => ['zh' => 47, 'en' => 49], // 顶部导航_新
|
|||
'nav_footer' => ['zh' => 48, 'en' => 50], // 睿能科技底部导航
|
|||
|
|||
// 栏目(header / footer 业务判断与标签查询)
|
|||
'home' => ['zh' => 36, 'en' => 706], // 首页
|
|||
'product' => ['zh' => 333, 'en' => 704], // 产品
|
|||
'solution' => ['zh' => 345, 'en' => 716], // 解决方案
|
|||
'support' => ['zh' => 355, 'en' => 724], // 服务支持
|
|||
'news' => ['zh' => 361, 'en' => 730], // 新闻动态
|
|||
'exhibition' => ['zh' => 364, 'en' => 733], // 展会与活动
|
|||
'invest' => ['zh' => 365, 'en' => 734], // 投资者关系
|
|||
'about' => ['zh' => 371, 'en' => 740], // 关于睿能
|
|||
'search_hot' => ['zh' => 679, 'en' => 748], // 搜索-热门搜索词
|
|||
'social_channel' => ['zh' => 707, 'en' => 749], // 社交频道
|
|||
]; |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue