diff --git a/site/src/App.svelte b/site/src/App.svelte index 4fdeaf3f..304741bc 100644 --- a/site/src/App.svelte +++ b/site/src/App.svelte @@ -45,9 +45,16 @@
- {#if !isZh && ($location === '' || $location === '/')} -
- The english documentation is translated by machine, please help to correct if there is any error, thank you very much! + + {#if $location === '' || $location === '/'} +
+ {#if isZh} + 这是 v0.x 文档,v1.0.0@next 请访问 next.stdf.design + {:else} + This is the v0.x documentation, please visit + next.stdf.design + for v1.0.0@next + {/if}
{/if}
diff --git a/site/src/components/header/Header.svelte b/site/src/components/header/Header.svelte index a008507a..47c3dc00 100644 --- a/site/src/components/header/Header.svelte +++ b/site/src/components/header/Header.svelte @@ -83,17 +83,21 @@ {/if}
{/if} - -
- - - - -
-
+ +
+ +
+ + + + +
+
+ v0.x +