docs: 添加 core 库更新日志 (v2.2.16 - v2.2.20) (#277)

This commit is contained in:
YHH
2025-12-05 15:10:14 +08:00
committed by GitHub
parent 6702f0bfad
commit e8fc7f497b
5 changed files with 249 additions and 2 deletions

View File

@@ -180,6 +180,7 @@ function createNav(t, prefix = '') {
{ text: t.nav.lawnMowerDemo, link: 'https://github.com/esengine/lawn-mower-demo' }
]
},
{ text: t.nav.changelog, link: `${prefix}/changelog` },
{
text: `v${corePackageJson.version}`,
link: 'https://github.com/esengine/ecs-framework/releases'

View File

@@ -6,7 +6,8 @@
"api": "API",
"examples": "Examples",
"workerDemo": "Worker System Demo",
"lawnMowerDemo": "Lawn Mower Demo"
"lawnMowerDemo": "Lawn Mower Demo",
"changelog": "Changelog"
},
"sidebar": {
"gettingStarted": "Getting Started",

View File

@@ -6,7 +6,8 @@
"api": "API",
"examples": "示例",
"workerDemo": "Worker系统演示",
"lawnMowerDemo": "割草机演示"
"lawnMowerDemo": "割草机演示",
"changelog": "更新日志"
},
"sidebar": {
"gettingStarted": "开始使用",