mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-01 17:00:21 +08:00
fix(guide): 更新架构图核心模块标签和布局细节
- 新增"缓存亲和"功能标签 - 将"分布式智能路由抉择"改为"智能调度 / 故障转移" - 调整标签间距从 gap-2 到 gap-1.5
This commit is contained in:
@@ -319,7 +319,7 @@ const shadows = computed(() => {
|
||||
>
|
||||
统一模型规范 / 协议聚合
|
||||
</div>
|
||||
<div class="w-full flex gap-2">
|
||||
<div class="w-full flex gap-1.5">
|
||||
<div
|
||||
class="flex-1 rounded-full flex items-center justify-center h-[26px] font-sans font-semibold text-[10px]"
|
||||
:style="{ backgroundColor: colors.brandSoft, color: colors.textMain }"
|
||||
@@ -338,12 +338,18 @@ const shadows = computed(() => {
|
||||
>
|
||||
全局并发
|
||||
</div>
|
||||
<div
|
||||
class="flex-1 rounded-full flex items-center justify-center h-[26px] font-sans font-semibold text-[10px]"
|
||||
:style="{ backgroundColor: colors.brandSoft, color: colors.textMain }"
|
||||
>
|
||||
缓存亲和
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="w-full h-[28px] rounded-xl flex items-center justify-center font-sans text-[10px] font-bold"
|
||||
:style="{ border: `1px solid ${colors.coreBorder}`, color: colors.textMain, backgroundColor: colors.brandSoft }"
|
||||
>
|
||||
分布式智能路由抉择
|
||||
智能调度 / 故障转移
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user