diff --git a/docs/wiki/0-欢迎.md b/docs/wiki/0-欢迎.md index f80b97d1..9b9f24fe 100644 --- a/docs/wiki/0-欢迎.md +++ b/docs/wiki/0-欢迎.md @@ -24,6 +24,11 @@ next: false title: '实体', desc: '🐾 实体的定义、行为和特性', link: '/wiki/3-实体/1-基础/entity-intro-bp' + }, + { + title: 'Json UI', + desc: '📱 Json UI 的基础知识和最佳实践', + link: '/wiki/4-Json-UI/1-基础/json-ui-intro' } ]" /> diff --git a/package.json b/package.json index c70e9876..3ac7f9c7 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "index.js", "scripts": { "docs:dev": "vitepress dev docs", - "docs:build": "vitepress build docs", + "docs:build": "node --max_old_space_size=8192 node_modules/.bin/vitepress build docs", "docs:algolia": "node scripts/algolia-upload.mjs", "docs:preview": "vitepress preview docs" },