Skip to content

Commit

Permalink
feat:添加说明
Browse files Browse the repository at this point in the history
  • Loading branch information
zhishouwang(王志寿) committed Dec 24, 2023
1 parent 6abe942 commit 852ed06
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# ComposeFigma


###

[设计稿figma地址](https://www.figma.com/file/j5yJi12fz7XxwEe44C86OO/Card?type=design&node-id=0-1&mode=design&t=yInoxqqvjHCPOclq-0)

https://developer.android.com/jetpack/compose/tooling/relay?hl=zh-cn

```bash
echo "# ComposeFigma" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/wangzhishou/ComposeFigma.git
git push -u origin main
```

```agsl
git remote set-url origin git@github.com:wangzhishou/ComposeFigma.git
```

0 comments on commit 852ed06

Please sign in to comment.