Skip to content

Commit

Permalink
feat: add 2.0 link
Browse files Browse the repository at this point in the history
  • Loading branch information
PonyCui authored Dec 10, 2023
1 parent 043ba16 commit ff8b543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const siteConfig = {
},
{ label: "支持我们", to: "docs/support-us" },
{ label: "技术咨询", to: "docs/tech-support" },
{ label: "MPFlutter 2.0 - Alpha", to: "https://weypl4zsnv.feishu.cn/wiki/TayPw6pxKiZGdxkNe4bcmSnNnSg" },
{
label: "GitHub(点个 Star 支持一下呗)",
href: "https://github.com/mpflutter/mpflutter",
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const HomeSplash = () => {
className={classnames(styles.heroButtons, 'name', 'margin-vert--md')}>
<Button href={useBaseUrl('docs/concepts')}>快速开始</Button>
</div>
<p style={{fontSize: 14, color: 'grey'}}>从 0.18.0 版本开始,支持构建字节、飞书小程序</p>
<a target="_blank" href="https://weypl4zsnv.feishu.cn/wiki/TayPw6pxKiZGdxkNe4bcmSnNnSg"><p style={{fontSize: 14, color: 'grey'}}>MPFlutter 2.0 Alpha 版本正式发布,欢迎体验</p></a>
</div>
</div>
);
Expand Down

0 comments on commit ff8b543

Please sign in to comment.