feat: launch LLM Atlas research course

This commit is contained in:
wuyang
2026-07-28 21:55:19 +08:00
commit 7d5c5e4c54
33 changed files with 13285 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "llm-atlas",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "从语言模型基础到 Kimi K3 的中文技术脉络与可视化课程",
"scripts": {
"dev": "astro dev --host 0.0.0.0",
"build": "astro build",
"preview": "astro preview --host 0.0.0.0",
"check": "astro check"
},
"dependencies": {
"@astrojs/sitemap": "3.7.3",
"astro": "7.1.4"
},
"devDependencies": {
"@astrojs/check": "0.9.6",
"typescript": "5.9.3"
}
}