feat: publish reasoning deep dive

This commit is contained in:
wuyang
2026-07-29 00:40:09 +08:00
parent 3db826dd4a
commit dce94b283f
18 changed files with 3449 additions and 33 deletions
+2 -1
View File
@@ -10,7 +10,8 @@
"preview": "astro preview --host 0.0.0.0",
"check": "astro check",
"check:site": "node scripts/check-site.mjs",
"check:moe-browser": "node scripts/check-moe-browser.mjs"
"check:moe-browser": "node scripts/check-moe-browser.mjs",
"check:reasoning-browser": "node scripts/check-reasoning-browser.mjs"
},
"dependencies": {
"@astrojs/sitemap": "3.7.3",