Skip to content

Commit 79b4ab6

Browse files
committed
feat:《DDD 小册》第1章:DDD 是什么?—— 你以前只会用 Service + 贫血模型!
1 parent e73600b commit 79b4ab6

17 files changed

+407
-7
lines changed

docs/.vuepress/config.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,10 @@ module.exports = {
395395
},
396396
{
397397
text: '组件类型', items: [
398+
{
399+
text: 'OpenAI 代码自动评审',
400+
link: 'https://bugstack.cn/md/zsxq/project/openai-code-review.html'
401+
},
398402
{
399403
text: '透视业务流程-监控系统',
400404
link: 'https://bugstack.cn/md/zsxq/project/business-behavior-monitor.html'
@@ -584,11 +588,12 @@ function genBarGuide() {
584588
]
585589
},
586590
{
587-
title: "系统架构(5)",
591+
title: "系统架构(6)",
588592
collapsable: false,
589593
sidebarDepth: 0,
590594
children: [
591595
"mvc.md",
596+
"ddd-guide-01.md",
592597
"ddd.md",
593598
"ddd-model.md",
594599
"mvc2ddd.md",
@@ -1778,6 +1783,7 @@ function getBarZSXQ() {
17781783
collapsable: false,
17791784
sidebarDepth: 0,
17801785
children: [
1786+
"project/openai-code-review.md",
17811787
"project/business-behavior-monitor.md",
17821788
"project/dynamic-thread-pool.md",
17831789
"project/ltzf-sdk-java.md",
307 KB
Loading
413 KB
Loading
360 KB
Loading
203 KB
Loading
374 KB
Loading
82.5 KB
Loading
208 KB
Loading
685 KB
Loading
284 KB
Loading

0 commit comments

Comments
 (0)