From 69980bb4131e740c891d241d5cf7e899f28ec856 Mon Sep 17 00:00:00 2001 From: yaoqin <497681109@qq.com> Date: Thu, 8 May 2025 17:08:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8A=AF=E7=89=87=E4=BA=A7=E5=93=81=E6=96=87?= =?UTF-8?q?=E5=AD=97=E4=B8=AD=E8=8B=B1=E6=96=87=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hanJing/js/ourProducts.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hanJing/js/ourProducts.js b/hanJing/js/ourProducts.js index 72eb023..52bf3ff 100644 --- a/hanJing/js/ourProducts.js +++ b/hanJing/js/ourProducts.js @@ -131,6 +131,8 @@ document.addEventListener('DOMContentLoaded', function() { detail_info_textGSEC82:"技术亮点:支持国密算法,具备 CC EAL5+ 认证与 TRNG。", emailLeftTitle:"我们准备好了", emailLeftText:"如果您有更多的需求,请联系我们", + chipProducts:"芯片产品", + }, en: { @@ -162,6 +164,7 @@ document.addEventListener('DOMContentLoaded', function() { detail_info_textGSEC82:"Technical Highlights: Supports state secret algorithms with CC EAL5+ certification and TRNG.", emailLeftTitle:"We're ready.", emailLeftText:"If you have more needs, please contact us!", + chipProducts:"Chip products", } }; @@ -229,6 +232,10 @@ document.addEventListener('DOMContentLoaded', function() { if (el) el.textContent = data.product_item_titleVV10; }); + document.querySelectorAll('.category-header-title').forEach(el => { + if (el) el.textContent = data.chipProducts; + }); + const otherProducts = document.querySelector(".OtherProducts"); if (otherProducts) otherProducts.textContent = data.OtherProducts;