Skip to content

Commit 9a2a0f4

Browse files
committed
chore: add goals to project page
1 parent 12e26d8 commit 9a2a0f4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pages/fixed/projects.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ export const Item = ({ name, git, desc, image }) => {
3030
我正在创造一些能够改善开发者体验的工具和开源项目,如果你有不错的想法或正面临一些重复性的工作,
3131
想要有任何改进?<Link rel="nofollow" color target="_blank" href="mailto:[email protected]">请让我知道</Link>。
3232

33+
想知道我正在做什么,请看 <Link rel="nofollow" color target="_blank" href="https://goals.unix.bio">近期开源工作的计划</Link>。
34+
3335
<Spacer y={1.5} />
3436
<Grid.Container gap={2} justify="center">
3537
<Item
@@ -79,9 +81,10 @@ export const Item = ({ name, git, desc, image }) => {
7981
- [cdn-viewer](https://github.com/unix/cdn-viewer) 以文件树审阅任何版本时的仓库或包
8082
- [func-service](https://github.com/unix/func-service) 使用 func 构建的 func 脚手架
8183
- [store-now](https://github.com/unix/store-now) 命令行工具文件存储
82-
- [zeit-style](https://github.com/zeit-ui/zeit-style) Zeit UI 的 CSS 实现
84+
- [zeit-style](https://github.com/zeit-ui/zeit-style) ZEIT UI 的 CSS 实现
8385
- [typographic](https://github.com/zeit-ui/typographic) 字体排版的实现
84-
- [zeit-ui/vue-icons](https://github.com/zeit-ui/vue-icons) vue-icon 组件,源自 Zeit Design
86+
- [zeit-ui/vue-icons](https://github.com/zeit-ui/vue-icons) ZEIT UI 的 Vue 图标组件
87+
- [zeit-ui/react-icons](https://github.com/zeit-ui/react-icons) ZEIT UI 的 React 图标组件
8588
- [v-decorators](https://github.com/unix/v-decorators) Vue 实用 decorators 库
8689

8790
<Spacer y={3} />

0 commit comments

Comments
 (0)