Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed Nov 28, 2024
1 parent 5d26ef3 commit 818e600
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/content/docs/tools/programming.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,24 @@ import { Card, CardGrid, LinkCard, Icon } from '@astrojs/starlight/components';
<LinkCard title="Github" href="https://github.com/gvcgo/version-manager" />
</Card>
</CardGrid>

## 系统安装相关

<CardGrid>
<Card title="Ventoy" icon="seti:notebook">
一个非常强大的制作启动U盘的工具。
<LinkCard title="网站" href="https://www.ventoy.net/" />
<LinkCard title="Github" href="https://github.com/ventoy/Ventoy" />
</Card>
<Card title="Rufus" icon="seti:notebook">
一个非常强大的U盘格式化工具。
<LinkCard title="网站" href="https://rufus.ie/" />
<LinkCard title="Github" href="https://github.com/pbatard/rufus" />
</Card>
<Card title="Peazip" icon="seti:notebook">
一个非常强大的解压缩工具,重点是支持MacOS。
<LinkCard title="网站" href="https://peazip.github.io/" />
<LinkCard title="Github" href="https://github.com/peazip/PeaZip" />
</Card>

</CardGrid>
9 changes: 9 additions & 0 deletions src/content/docs/tools/tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,12 @@ import { Card, CardGrid, LinkCard, Icon } from '@astrojs/starlight/components';
<LinkCard title="网站" href="https://www.30aitool.com/" />
</Card>
</CardGrid>

## 查找替代软件

<CardGrid>
<Card title="alternativeto" icon="seti:notebook">
本站收录了各种各样的软件,你可以在上面查找任何软件的开源或者免费替代品。
<LinkCard title="网站" href="https://alternativeto.net/" />
</Card>
</CardGrid>

0 comments on commit 818e600

Please sign in to comment.