chore(web): mark frontend as v1.0 complete

This commit is contained in:
2026-07-22 17:23:28 +08:00
parent 42dd0dce47
commit 4a82efc984
4 changed files with 7 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ export function LoginPage({ onLogin }: { onLogin: (input: { server: string; emai
<Text className="login-slogan">私有部署 · 安全可控的智能协作平台</Text>
<Text type="secondary">知识沉淀 · 团队协作 · AI Agent</Text>
<Space className="login-footer-links" size={24}>
<Text type="secondary">v1.0.0</Text>
<Text type="secondary">v1.0 完整版</Text>
<Text type="secondary">隐私政策</Text>
<Text type="secondary">服务协议</Text>
</Space>