fix(portal): clarify third hero stat label
'24/7 内部可用' was ambiguous. Replace with '内网 / 访问入口' to clearly communicate that the portal is reachable via the internal network.
This commit is contained in:
@@ -183,7 +183,7 @@ onMounted(() => {
|
||||
<div class="hero-stats">
|
||||
<div class="hero-stat"><b>{{ stats.categories }}</b><span>资源分类</span></div>
|
||||
<div class="hero-stat"><b>{{ stats.links }}</b><span>快捷入口</span></div>
|
||||
<div class="hero-stat"><b>24/7</b><span>内部可用</span></div>
|
||||
<div class="hero-stat"><b>内网</b><span>访问入口</span></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user