From 852ed069725de02e9329dabf93ea3c553be59055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?zhishouwang=28=E7=8E=8B=E5=BF=97=E5=AF=BF=29?= Date: Mon, 25 Dec 2023 05:39:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=B7=BB=E5=8A=A0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..52578fd --- /dev/null +++ b/README.md @@ -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 +``` \ No newline at end of file