Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Wisp X committed Dec 14, 2024
1 parent b035402 commit c1bf62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.vitepress/theme/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ provide('toggle-appearance', async ({ clientX: x, clientY: y }: MouseEvent) => {
<DefaultTheme.Layout>
<template #home-hero-before>
<div id="notice">
当前显示的是付费版最新版本(2.x)的文档。该版本正在内测中,旧版本文档请点击<a style="border-bottom: 1px dashed #505050" href="/archive/enterprise/v1/">这里</a>。
当前显示的是付费版最新版本(2.x)的文档。该版本正在公测中,旧版本文档请点击<a style="border-bottom: 1px dashed #505050" href="/archive/enterprise/v1/">这里</a>。
</div>
</template>
</DefaultTheme.Layout>
Expand Down

0 comments on commit c1bf62c

Please sign in to comment.