@@ -28,7 +28,7 @@ title: 知识星球
28
28
title="操作人信息"
29
29
icon="fluent-color: receipt-16 "
30
30
href="https://t.zsxq.com/virtV "
31
- description="如何集成操作人信息到数据库表? "
31
+ description="集成操作人信息到数据库表 "
32
32
/>
33
33
<LinkCard
34
34
title="Celery"
@@ -40,13 +40,19 @@ title: 知识星球
40
40
title="数据规则"
41
41
icon="fluent-color: video-16 "
42
42
href="https://t.zsxq.com/qlZyT "
43
- description="如何使用数据规则? "
43
+ description="超灵活的行级数据权限 "
44
44
/>
45
45
<LinkCard
46
46
title="自定义中间件"
47
47
icon="fluent-color: receipt-16 "
48
48
href="https://t.zsxq.com/P03oX "
49
- description="如何编写自定义中间件?"
49
+ description="自定义中间件的编写方法"
50
+ />
51
+ <LinkCard
52
+ title="自定义异常"
53
+ icon="fluent-color: receipt-16 "
54
+ href="https://t.zsxq.com/FS7jY "
55
+ description="轻松实现自定义异常并自动处理"
50
56
/>
51
57
</CardGrid >
52
58
@@ -57,25 +63,19 @@ title: 知识星球
57
63
title="Socketio"
58
64
icon="fluent-color: receipt-16 "
59
65
href="https://t.zsxq.com/Oi86a "
60
- description="如何集成 socketio? "
66
+ description="轻松集成 Socketio "
61
67
/>
62
68
<LinkCard
63
69
title="Header Token"
64
70
icon="fluent-color: receipt-16 "
65
71
href="https://t.zsxq.com/7qYpx "
66
- description="如何使用自定义 header token 实现授权? "
72
+ description="自定义 header token 实现授权"
67
73
/>
68
74
</CardGrid >
69
75
70
76
### TODO
71
77
72
78
<CardGrid >
73
- <LinkCard
74
- title="自定义异常"
75
- icon="fluent-color: receipt-16 "
76
- href="/planet"
77
- description="即将到来..."
78
- />
79
79
<LinkCard
80
80
title="日志分析"
81
81
icon="fluent-color: receipt-16 "
0 commit comments