Skip to content

Commit 232116f

Browse files
committed
feat:《本地任务消息组件》- 第1节:组件需求分析
1 parent cfbd7b4 commit 232116f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+433
-2
lines changed

docs/.vuepress/config.js

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,10 @@ module.exports = {
423423
},
424424
{
425425
text: '组件类型', items: [
426+
{
427+
text: '本地任务消息组件',
428+
link: '/md/project/local-task-message/local-task-message.md'
429+
},
426430
{
427431
text: '通用技术组件 - 🔧扳手工程',
428432
link: 'https://bugstack.cn/md/zsxq/project/xfg-wrench.html'
@@ -581,6 +585,7 @@ module.exports = {
581585
"/md/project/group-buy-market/": getBarGroupBuyMarket(),
582586
"/md/project/ai-knowledge/": getBarAiRagKnowledge(),
583587
"/md/project/ai-mcp-gateway/": getBarAIMCPGateway(),
588+
"/md/project/local-task-message/": getBarLocalTaskMessage(),
584589
"/md/project/": getBarDDDSceneSolution(),
585590
"/md/zsxq/": getBarZSXQ(),
586591
"/md/product/": getBarProduct(),
@@ -1882,6 +1887,7 @@ function getBarZSXQ() {
18821887
collapsable: false,
18831888
sidebarDepth: 0,
18841889
children: [
1890+
"project/local-task-message.md",
18851891
"project/xfg-wrench.md",
18861892
"project/business-behavior-monitor.md",
18871893
"project/dynamic-thread-pool.md",
@@ -2272,6 +2278,7 @@ function getBarAIMCPGateway() {
22722278
sidebarDepth: 0,
22732279
children: [
22742280
"第1-1节:网关需求分析.md",
2281+
"第1-2节:系统建模设计.md",
22752282
]
22762283
},
22772284
{
@@ -2288,6 +2295,32 @@ function getBarAIMCPGateway() {
22882295
]
22892296
}
22902297

2298+
function getBarLocalTaskMessage() {
2299+
return [
2300+
{
2301+
title: "介绍",
2302+
collapsable: false,
2303+
sidebarDepth: 0,
2304+
children: [
2305+
"local-task-message.md",
2306+
]
2307+
},
2308+
{
2309+
title: "课程",
2310+
collapsable: false,
2311+
sidebarDepth: 0,
2312+
children: [
2313+
"第1节:组件需求分析.md",
2314+
"第2节:SpringEvent事件消息.md",
2315+
"第3节:任务表设计和数据写入.md",
2316+
"第4节:通知策略处理(HTTP&MQ).md",
2317+
"第5节:动态任务补偿处理.md",
2318+
"第6节:切面拦截任务操作.md",
2319+
]
2320+
}
2321+
]
2322+
}
2323+
22912324
function getBarAiRagKnowledge() {
22922325
return [
22932326
{
152 KB
Loading
253 KB
Loading
273 KB
Loading
612 KB
Loading
803 KB
Loading
321 KB
Loading
435 KB
Loading
194 KB
Loading
1.48 MB
Loading

0 commit comments

Comments
 (0)