Skip to content

Commit e971c8a

Browse files
committed
update content
1 parent 349bede commit e971c8a

File tree

1 file changed

+32
-16
lines changed

1 file changed

+32
-16
lines changed

index.html

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,17 @@
375375
line-height: 1.6;
376376
}
377377

378+
.update-item a {
379+
color: var(--accent-cyan);
380+
text-decoration: none;
381+
transition: color 0.3s ease;
382+
}
383+
384+
.update-item a:hover {
385+
color: var(--accent-blue);
386+
text-decoration: underline;
387+
}
388+
378389
/* Footer */
379390
.footer-block {
380391
background: var(--primary-bg);
@@ -628,7 +639,7 @@ <h2 class="h2-section-text" data-i18n="updates.title">Latest Updates</h2>
628639
</div>
629640
<div class="update-item">
630641
<strong data-i18n="updates.jan.label">Jan · 2025</strong>
631-
<span data-i18n="updates.jan.content">LightX2V v1.3 improves lip-sync stability and opens the public studio at x2v.light-ai.top.</span>
642+
<span data-i18n="updates.jan.content">LightX2V experience service launches, enhancing lip-sync stability and opening the experience site at <a href="https://x2v.light-ai.top" target="_blank">x2v.light-ai.top</a>.</span>
632643
</div>
633644
</div>
634645
</section>
@@ -671,22 +682,22 @@ <h2 class="h2-section-text" data-i18n="updates.title">Latest Updates</h2>
671682
'projects.x2vstudio.description': 'Live experience site supporting lip-sync driving and multi-style generation to explore LightX2V in production environments.',
672683
'projects.x2vstudio.cta': 'Open Studio',
673684
'updates.title': 'Latest Updates',
674-
'updates.q1.label': 'Q1 · 2025',
675-
'updates.q1.content': 'LightCompress releases a low-rank KV cache compression recipe for inference deployment, cutting serving cost by 38%.',
676-
'updates.feb.label': 'Feb · 2025',
677-
'updates.feb.content': 'LightLLM ships a multimodal inference acceleration guide with a new end-to-end video QA demo.',
678-
'updates.jan.label': 'Jan · 2025',
679-
'updates.jan.content': 'LightX2V v1.3 improves lip-sync stability and opens the public studio at x2v.light-ai.top.',
685+
'updates.jan.label': 'Nov · 2025',
686+
'updates.jan.content': 'LightX2V experience service launches, enhancing lip-sync stability and opening the experience site at <a href="https://x2v.light-ai.top" target="_blank">x2v.light-ai.top</a>.',
687+
'updates.q1.label': 'Oct · 2025',
688+
'updates.q1.content': 'LightCompress introduces Token Pruning solution for inference deployment, <a href="https://arxiv.org/abs/2508.09981" target="_blank">benchmark paper</a> accepted by AAAI.',
689+
'updates.feb.label': 'Sep · 2025',
690+
'updates.feb.content': 'LightLLM original <a href="https://www.light-ai.top/lightllm-blog/2025/09/04/mtp.html" target="_blank">MTP acceleration solution</a> achieves over 2x performance improvement.',
680691
'footer.tagline': 'Bridging the gap between imagination and creation.',
681692
'footer.copyright': '© 2025 Light AI · Model Toolchain',
682693
'footer.icp': 'ICP No. 京ICP备2021026391号-2',
683694
'common.github': 'GitHub',
684695
'common.blog': 'Blog'
685696
},
686697
zh: {
687-
'nav.projects': '产品矩阵',
698+
'nav.projects': '开源项目',
688699
'nav.updates': '最新动态',
689-
'hero.title': '光速大模型系统',
700+
'hero.title': '高效大模型系统',
690701
'hero.subtitle': '模型压缩、推理与视频生成的端到端工具链',
691702
'hero.cta': '探索平台',
692703
'intro.text': '我们相信 AI 的未来是快速、高效且易用的。Light AI 提供前沿的压缩与推理技术,加速从研究到生产的每个环节,助力团队以光速部署大模型。',
@@ -699,12 +710,12 @@ <h2 class="h2-section-text" data-i18n="updates.title">Latest Updates</h2>
699710
'projects.x2vstudio.description': '上线体验站点,支持口型驱动和多风格生成,实时探索 LightX2V 模型在生产环境中的表现。',
700711
'projects.x2vstudio.cta': '立即体验',
701712
'updates.title': '最新动态',
702-
'updates.q1.label': '2025 · Q1',
703-
'updates.q1.content': 'LightCompress 推出面向推理部署的 KV Cache 低秩压缩方案,部署成本下降 38%。',
704-
'updates.feb.label': '2025 · 02',
705-
'updates.feb.content': 'LightLLM 发布多模态推理加速教程,并新增对视频问答的端到端 Demo 支持。',
706-
'updates.jan.label': '2025 · 01',
707-
'updates.jan.content': 'LightX2V 完成 1.3 版本上线,强化口型驱动稳定性,开放体验站 x2v.light-ai.top。',
713+
'updates.jan.label': '2025 · 11',
714+
'updates.jan.content': 'LightX2V 体验服务上线,强化口型驱动稳定性,开放体验站 <a href="https://x2v.light-ai.top" target="_blank">x2v.light-ai.top</a>。',
715+
'updates.q1.label': '2025 · 10',
716+
'updates.q1.content': 'LightCompress 推出面向推理部署的 Token Pruning 方案, <a href="https://arxiv.org/abs/2508.09981" target="_blank">benchmark论文</a>被AAAI录用。',
717+
'updates.feb.label': '2025 · 09',
718+
'updates.feb.content': 'LightLLM 原创<a href="https://www.light-ai.top/lightllm-blog/2025/09/04/mtp.html" target="_blank">MTP加速方案</a>,实现2倍以上性能提升。',
708719
'footer.tagline': '连接想象与创造。',
709720
'footer.copyright': '© 2025 Light AI · 模型工具链',
710721
'footer.icp': '京ICP备2021026391号-2',
@@ -719,7 +730,12 @@ <h2 class="h2-section-text" data-i18n="updates.title">Latest Updates</h2>
719730
document.querySelectorAll('[data-i18n]').forEach(el => {
720731
const key = el.getAttribute('data-i18n');
721732
if (messages[key]) {
722-
el.textContent = messages[key];
733+
// Use innerHTML for content that may contain HTML links
734+
if (key.includes('updates.') && key.includes('.content')) {
735+
el.innerHTML = messages[key];
736+
} else {
737+
el.textContent = messages[key];
738+
}
723739
}
724740
});
725741

0 commit comments

Comments
 (0)