Skip to content

Commit 8f4bd7e

Browse files
committed
更新2个文章资料
1 parent 808ba64 commit 8f4bd7e

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

src/components/ArticleList.astro

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
// 文章数据 - 列表形式更适合增删管理
33
const articles = [
44
// TODO: 等有文章了再改,目前先直接注释掉ArticleList
5-
// {
6-
// id: 1,
7-
// title: "MoerEngine 入门指南",
8-
// date: "2024-01-15",
9-
// excerpt: "学习如何快速开始使用 MoerEngine,创建你的第一个 3D 场景。",
10-
// author: "哈基米",
11-
// URL: "https://www.bilibili.com/video/BV135pmzZE4K/?spm_id_from=333.337.search-card.all.click&vd_source=9bf143147b1951748c2b6e352a47e7dc"
12-
// },
13-
// {
14-
// id: 2,
15-
// title: "渲染管线详解",
16-
// date: "2024-01-10",
17-
// excerpt: "深入解析 MoerEngine 的现代渲染管线架构和优化策略。",
18-
// author: "南北",
19-
// URL: "https://www.bilibili.com/video/BV1N3PpezEpv/?spm_id_from=333.337.search-card.all.click&vd_source=9bf143147b1951748c2b6e352a47e7dc"
20-
// },
5+
{
6+
id: 1,
7+
title: "MoerEngine 环境部署流程",
8+
date: "2026-01-26",
9+
excerpt: "在一台全新机器上部署MoerEngine的视频流程",
10+
// author: "哈基米",
11+
URL: "https://www.bilibili.com/video/BV1YrzvBSE7K"
12+
},
13+
{
14+
id: 2,
15+
title: "Vulkan与CUDA互操作",
16+
date: "2026-01-05",
17+
excerpt: "关于在C++硬件渲染器中接入CUDA与PyTorch网络的经验分享",
18+
// author: "南北",
19+
URL: "https://zhuanlan.zhihu.com/p/1991548741157675927"
20+
},
2121
// {
2222
// id: 3,
2323
// title: "PBR 材质系统",

0 commit comments

Comments
 (0)