diff --git a/public/themes/dist_static/static/assets/about-1hlZrO-H.mp4 b/public/themes/dist_static/static/assets/about-1hlZrO-H.mp4 deleted file mode 100644 index ff04b50..0000000 Binary files a/public/themes/dist_static/static/assets/about-1hlZrO-H.mp4 and /dev/null differ diff --git a/public/themes/dist_static/static/assets/banner-BKfbidi-.mp4 b/public/themes/dist_static/static/assets/banner-BKfbidi-.mp4 deleted file mode 100644 index ee3d65c..0000000 Binary files a/public/themes/dist_static/static/assets/banner-BKfbidi-.mp4 and /dev/null differ diff --git a/public/themes/dist_static/static/assets/section-2-1-MEsYcAL_.mp4 b/public/themes/dist_static/static/assets/section-2-1-MEsYcAL_.mp4 deleted file mode 100644 index 9f7b6d5..0000000 Binary files a/public/themes/dist_static/static/assets/section-2-1-MEsYcAL_.mp4 and /dev/null differ diff --git a/public/themes/dist_static/static/assets/section-2-2-VFHwnpi3.mp4 b/public/themes/dist_static/static/assets/section-2-2-VFHwnpi3.mp4 deleted file mode 100644 index 4a88d52..0000000 Binary files a/public/themes/dist_static/static/assets/section-2-2-VFHwnpi3.mp4 and /dev/null differ diff --git a/public/themes/dist_static/static/assets/section-2-3-D15Ewnv2.mp4 b/public/themes/dist_static/static/assets/section-2-3-D15Ewnv2.mp4 deleted file mode 100644 index 2bac3e2..0000000 Binary files a/public/themes/dist_static/static/assets/section-2-3-D15Ewnv2.mp4 and /dev/null differ diff --git a/public/themes/dist_static/static/assets/section-2-4-CaD6k-5h.mp4 b/public/themes/dist_static/static/assets/section-2-4-CaD6k-5h.mp4 deleted file mode 100644 index f8b5c62..0000000 Binary files a/public/themes/dist_static/static/assets/section-2-4-CaD6k-5h.mp4 and /dev/null differ diff --git a/public/themes/dist_static/static/assets/section-2-5-BYEdx4uK.mp4 b/public/themes/dist_static/static/assets/section-2-5-BYEdx4uK.mp4 deleted file mode 100644 index 338b4a3..0000000 Binary files a/public/themes/dist_static/static/assets/section-2-5-BYEdx4uK.mp4 and /dev/null differ diff --git a/public/themes/dist_static/static/assets/section-2-6-DS25huj5.mp4 b/public/themes/dist_static/static/assets/section-2-6-DS25huj5.mp4 deleted file mode 100644 index 63a517d..0000000 Binary files a/public/themes/dist_static/static/assets/section-2-6-DS25huj5.mp4 and /dev/null differ diff --git a/public/themes/website/1/en/demo/about.html b/public/themes/website/1/en/demo/about.html index 9d9bce8..56b3246 100644 --- a/public/themes/website/1/en/demo/about.html +++ b/public/themes/website/1/en/demo/about.html @@ -1,333 +1,333 @@ - - - - - - - 关于我们 - 睿能科技 - - - - - - - - - - - - - - - - - - - -{include file="components/header"} - -
-
-
-

- {$current_cate.content|raw} -

-
- -
- {hcTaglib:category id="372" item="vo" field="*"} -
-

{$vo.title}

-
-
-

{:nl2br($vo.description)}

-
- {php} - $stats_raw = explode(',', $vo['desc']); - $stats_list = []; - foreach ($stats_raw as $item) { - $parts = explode(';', $item); - if (count($parts) === 3) { - $stats_list[] = ['num' => $parts[0], 'unit' => $parts[1], 'text' => $parts[2]]; - } - } - {/php} -
    - {volist name="stats_list" id="stat"} -
  • - {$stat.num}{$stat.unit} - {$stat.text} -
  • - {/volist} -
-
-
- {/hcTaglib:category} - - - {hcTaglib:category id="373" item="vo" field="*"} -
-
-

{$vo.title}

-
- - -
-
-
-
- {hcTaglib:content cid="$vo.id" moduleId="1" name="contentList" item="case_top" limit="10" mainField="id,title,sub_title,content,thumbnail" sort="sort desc" subField="" onlyData="2"} -
- - -

{$case_top.title}

-

{$case_top.content|strip_tags}

-
- -
-
- {/hcTaglib:content} -
-
-
-
- - -
-
-
- {/hcTaglib:category} - {hcTaglib:category id="374" item="vo" field="*"} -
- -
-

{$vo.title}

- {php} - $culture_raw = explode('#', $vo['description']); - $culture_list = []; - foreach ($culture_raw as $item) { - $parts = explode(';', $item); - if (count($parts) === 3) { - $culture_list[] = ['zh' => $parts[0], 'en' => $parts[1], 'text' => $parts[2]]; - } - } - {/php} -
- {volist name="culture_list" id="culture"} -
-
- {$culture.zh} - {$culture.en} -
-

{$culture.text|raw}

-
- {/volist} -
-
-
- {/hcTaglib:category} - - {hcTaglib:category id="375" item="vo" field="*"} -
-

{$vo.title}

- {php} - $global_raw = explode(',', $vo['description']); - $global_list = []; - foreach ($global_raw as $item) { - $parts = explode(';', $item, 3); - if (count($parts) >= 2) { - $desc = isset($parts[2]) ? str_replace(';', '
', $parts[2]) : ''; - $global_list[] = ['num' => $parts[0], 'unit' => $parts[1], 'desc' => $desc]; - } - } - $global_left = array_slice($global_list, 0, 3); - $global_right = array_slice($global_list, 3); - {/php} -
-
    - {volist name="global_left" id="item"} -
  • - {$item.num}{$item.unit} - {if $item.desc}{$item.desc|raw}{/if} -
  • - {/volist} -
-
- -
-
    - {volist name="global_right" id="item"} -
  • - {$item.num}{$item.unit} - {if $item.desc}{$item.desc|raw}{/if} -
  • - {/volist} -
-
-
- {/hcTaglib:category} - - {hcTaglib:category id="376" item="vo" field="*"} -
- -
-

{$vo.title}

-
-
- {php}$member_idx = 0;{/php} - {hcTaglib:content cid="$vo.id" moduleId="1" name="contentList" item="case_top" limit="10" mainField="id,url,title,sub_title,content,thumbnail" sort="sort desc" subField="" onlyData="2"} -
-
-
-

{$case_top.title}

-

- {$case_top.content|strip_tags} -

-
- 探索更多 -
-
- {php}$member_idx++;{/php} - {/hcTaglib:content} -
- -
-
-
- {/hcTaglib:category} - - {hcTaglib:category id="377" item="vo" field="*"} -
-
-

{$vo.title}

-

{$vo.description}

-
-
-
    - {hcTaglib:content cid="$vo.id" moduleId="1" name="contentList" item="case_top" limit="10" mainField="id,url,title,sub_title,content,thumbnail" sort="sort desc" subField="" onlyData="2"} -
  • - {$case_top.title} - - - - - - - - - 查看证书 - - -
  • - {/hcTaglib:content} -
- -
-
- {/hcTaglib:category} - - {hcTaglib:category id="378" item="vo" field="*"} -
- -
-

{$vo.title}

-
-

- {$vo.description} -

- 社会责任报告 -
-
-
- {/hcTaglib:category} -
- - {include file="components/mask"} - -{include file="components/footer"} - - - - - - - - - - - - - - + + + + + + + 关于我们 - 睿能科技 + + + + + + + + + + + + + + + + + + + +{include file="components/header"} + +
+
+
+

+ {$current_cate.content|raw} +

+
+ +
+ {hcTaglib:category id="372" item="vo" field="*"} +
+

{$vo.title}

+
+
+

{:nl2br($vo.description)}

+
+ {php} + $stats_raw = explode(',', $vo['desc']); + $stats_list = []; + foreach ($stats_raw as $item) { + $parts = explode(';', $item); + if (count($parts) === 3) { + $stats_list[] = ['num' => $parts[0], 'unit' => $parts[1], 'text' => $parts[2]]; + } + } + {/php} +
    + {volist name="stats_list" id="stat"} +
  • + {$stat.num}{$stat.unit} + {$stat.text} +
  • + {/volist} +
+
+
+ {/hcTaglib:category} + + + {hcTaglib:category id="373" item="vo" field="*"} +
+
+

{$vo.title}

+
+ + +
+
+
+
+ {hcTaglib:content cid="$vo.id" moduleId="1" name="contentList" item="case_top" limit="10" mainField="id,title,sub_title,content,thumbnail" sort="sort desc" subField="" onlyData="2"} +
+ + +

{$case_top.title}

+

{$case_top.content|strip_tags}

+
+ +
+
+ {/hcTaglib:content} +
+
+
+
+ + +
+
+
+ {/hcTaglib:category} + {hcTaglib:category id="374" item="vo" field="*"} +
+ +
+

{$vo.title}

+ {php} + $culture_raw = explode('#', $vo['description']); + $culture_list = []; + foreach ($culture_raw as $item) { + $parts = explode(';', $item); + if (count($parts) === 3) { + $culture_list[] = ['zh' => $parts[0], 'en' => $parts[1], 'text' => $parts[2]]; + } + } + {/php} +
+ {volist name="culture_list" id="culture"} +
+
+ {$culture.zh} + {$culture.en} +
+

{$culture.text|raw}

+
+ {/volist} +
+
+
+ {/hcTaglib:category} + + {hcTaglib:category id="375" item="vo" field="*"} +
+

{$vo.title}

+ {php} + $global_raw = explode(',', $vo['description']); + $global_list = []; + foreach ($global_raw as $item) { + $parts = explode(';', $item, 3); + if (count($parts) >= 2) { + $desc = isset($parts[2]) ? str_replace(';', '
', $parts[2]) : ''; + $global_list[] = ['num' => $parts[0], 'unit' => $parts[1], 'desc' => $desc]; + } + } + $global_left = array_slice($global_list, 0, 3); + $global_right = array_slice($global_list, 3); + {/php} +
+
    + {volist name="global_left" id="item"} +
  • + {$item.num}{$item.unit} + {if $item.desc}{$item.desc|raw}{/if} +
  • + {/volist} +
+
+ +
+
    + {volist name="global_right" id="item"} +
  • + {$item.num}{$item.unit} + {if $item.desc}{$item.desc|raw}{/if} +
  • + {/volist} +
+
+
+ {/hcTaglib:category} + + {hcTaglib:category id="376" item="vo" field="*"} +
+ +
+

{$vo.title}

+
+
+ {php}$member_idx = 0;{/php} + {hcTaglib:content cid="$vo.id" moduleId="1" name="contentList" item="case_top" limit="10" mainField="id,url,title,sub_title,content,thumbnail" sort="sort desc" subField="" onlyData="2"} +
+
+
+

{$case_top.title}

+

+ {$case_top.content|strip_tags} +

+
+ 探索更多 +
+
+ {php}$member_idx++;{/php} + {/hcTaglib:content} +
+ +
+
+
+ {/hcTaglib:category} + + {hcTaglib:category id="377" item="vo" field="*"} +
+
+

{$vo.title}

+

{$vo.description}

+
+
+
    + {hcTaglib:content cid="$vo.id" moduleId="1" name="contentList" item="case_top" limit="10" mainField="id,url,title,sub_title,content,thumbnail" sort="sort desc" subField="" onlyData="2"} +
  • + {$case_top.title} + + + + + + + + + 查看证书 + + +
  • + {/hcTaglib:content} +
+ +
+
+ {/hcTaglib:category} + + {hcTaglib:category id="378" item="vo" field="*"} +
+ +
+

{$vo.title}

+
+

+ {$vo.description} +

+ 社会责任报告 +
+
+
+ {/hcTaglib:category} +
+ + {include file="components/mask"} + +{include file="components/footer"} + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/themes/website/1/en/demo/announce.html b/public/themes/website/1/en/demo/announce.html index 4ecfcc4..b1bd4d9 100644 --- a/public/themes/website/1/en/demo/announce.html +++ b/public/themes/website/1/en/demo/announce.html @@ -1,131 +1,131 @@ - - - - - - - 产品公告 - 睿能科技 - - - - - - - - - - - - - - - - - - - - - - {include file="components/header"} - -
-
-
-

{$current_cate.title}

-

{$current_cate.description}

-
- -
-
- - -
- -
- -
- {hcTaglib:contentPage mainField="*" subField="*" name="hc_content" limit="8" item="vo"} - - -

{$vo.title}

- - 探索更多 - - - - - -
- {/hcTaglib:contentPage} -
- {php} - $list_empty = isHcListEmpty($hc_content ?? null); - if ($list_empty) { - $empty_text = '暂无相关公告'; - } - {/php} - {if $list_empty} - {include file="components/empty"} - {else /} - {$hc_content|raw} - {/if} -
-
- {include file="components/mask"} - - {include file="components/footer"} - - - - - - - - - - - - - + + + + + + + 产品公告 - 睿能科技 + + + + + + + + + + + + + + + + + + + + + + {include file="components/header"} + +
+
+
+

{$current_cate.title}

+

{$current_cate.description}

+
+ +
+
+ + +
+ +
+ +
+ {hcTaglib:contentPage mainField="*" subField="*" name="hc_content" limit="8" item="vo"} + + +

{$vo.title}

+ + 探索更多 + + + + + +
+ {/hcTaglib:contentPage} +
+ {php} + $list_empty = isHcListEmpty($hc_content ?? null); + if ($list_empty) { + $empty_text = '暂无相关公告'; + } + {/php} + {if $list_empty} + {include file="components/empty"} + {else /} + {$hc_content|raw} + {/if} +
+
+ {include file="components/mask"} + + {include file="components/footer"} + + + + + + + + + + + + + diff --git a/public/themes/website/1/en/demo/category.html b/public/themes/website/1/en/demo/category.html index 229ead0..fcff910 100644 --- a/public/themes/website/1/en/demo/category.html +++ b/public/themes/website/1/en/demo/category.html @@ -1,227 +1,227 @@ - - -{php} -// var_dump($current_cate); -$current_cate_id = $current_cate['id'] ?? ''; -//exit(); -{/php} - - - - - 工业控制产品 - 睿能科技 - - - - - - - - - - - - - - - - - - - - {include file="components/header"} - -
-
- - -
- - -
- {hcTaglib:subcategory pid="333" item="vo" sort="" key="key_top"} - {php} - $sub_cate_id = $vo['id']; - $need_show_sub_content = (int)($vo['need_show_sub_content'] ?? 0); - {/php} - {hcTaglib:subcategory pid="$sub_cate_id" onlyData="1"} - {/hcTaglib:subcategory} - {php} - $level2_list = $hc_subcategory ?? []; - $has_level2 = !empty($level2_list); - {/php} - -
-
- {if $has_level2} - {volist name="level2_list" id="vo_sub" key="key_sub"} - {hcTaglib:contentPage2 cid="$vo_sub.id" mainField="id,category_id,title,sub_title,thumbnail" subField="" name="hc_content" limit="100" item="content_sub22" sort="sort asc"} - {/hcTaglib:contentPage2} - {volist name="hc_content" id="vo_content"} - - {/volist} - {/volist} - {else /} - - {hcTaglib:contentPage2 cid="$vo.id" mainField="id,category_id,title,sub_title,thumbnail" subField="" name="hc_content" limit="100" item="content_sub22" sort="sort asc"} - {/hcTaglib:contentPage2} - {volist name="hc_content" id="vo_content"} - - {/volist} - {/if} -
- - -
- - {/hcTaglib:subcategory} - -
-
-
-
- - {include file="components/mask"} - - {include file="components/footer"} - - - - - - - - - - - + + +{php} +// var_dump($current_cate); +$current_cate_id = $current_cate['id'] ?? ''; +//exit(); +{/php} + + + + + 工业控制产品 - 睿能科技 + + + + + + + + + + + + + + + + + + + + {include file="components/header"} + +
+
+ + +
+ + +
+ {hcTaglib:subcategory pid="333" item="vo" sort="" key="key_top"} + {php} + $sub_cate_id = $vo['id']; + $need_show_sub_content = (int)($vo['need_show_sub_content'] ?? 0); + {/php} + {hcTaglib:subcategory pid="$sub_cate_id" onlyData="1"} + {/hcTaglib:subcategory} + {php} + $level2_list = $hc_subcategory ?? []; + $has_level2 = !empty($level2_list); + {/php} + +
+
+ {if $has_level2} + {volist name="level2_list" id="vo_sub" key="key_sub"} + {hcTaglib:contentPage2 cid="$vo_sub.id" mainField="id,category_id,title,sub_title,thumbnail" subField="" name="hc_content" limit="100" item="content_sub22" sort="sort asc"} + {/hcTaglib:contentPage2} + {volist name="hc_content" id="vo_content"} + + {/volist} + {/volist} + {else /} + + {hcTaglib:contentPage2 cid="$vo.id" mainField="id,category_id,title,sub_title,thumbnail" subField="" name="hc_content" limit="100" item="content_sub22" sort="sort asc"} + {/hcTaglib:contentPage2} + {volist name="hc_content" id="vo_content"} + + {/volist} + {/if} +
+ + +
+ + {/hcTaglib:subcategory} + +
+
+
+
+ + {include file="components/mask"} + + {include file="components/footer"} + + + + + + + + + + + diff --git a/public/themes/website/1/en/demo/components/empty.html b/public/themes/website/1/en/demo/components/empty.html index 84b80ab..83f5503 100644 --- a/public/themes/website/1/en/demo/components/empty.html +++ b/public/themes/website/1/en/demo/components/empty.html @@ -1,8 +1,8 @@ -{php} -if (!isset($empty_text) || $empty_text === '') { - $empty_text = '暂无相关内容'; -} -{/php} -
-

{$empty_text}

-
+{php} +if (!isset($empty_text) || $empty_text === '') { + $empty_text = '暂无相关内容'; +} +{/php} +
+

{$empty_text}

+
diff --git a/public/themes/website/1/en/demo/components/footer.html b/public/themes/website/1/en/demo/components/footer.html index 081ab56..f0cc5d8 100644 --- a/public/themes/website/1/en/demo/components/footer.html +++ b/public/themes/website/1/en/demo/components/footer.html @@ -1,60 +1,60 @@ - -