Skip to content

Commit

Permalink
docs: readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
icai committed Apr 10, 2024
1 parent 2ca66b0 commit 718246b
Showing 1 changed file with 37 additions and 24 deletions.
61 changes: 37 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,41 +28,54 @@ pnpm install -g @tarojs/cli

pnpm install

pnpm run dev:wepp
pnpm run dev:h5

pnpm run dev:weapp

```



## 预览效果


<img src="https://github.com/icai/taro-cnode/blob/master/screenshots/Jietu20240410-011438.png?raw=true" width="285" />
<img src="https://github.com/icai/taro-cnode/blob/master/screenshots/Jietu20240410-011525.png?raw=true" width="285" />
<img src="https://github.com/icai/taro-cnode/blob/master/screenshots/Jietu20240410-113749.png?raw=true" width="285" />

pnpm run dev:alipay


- h5预览地址

http://taro.w3cub.com/

<img src="https://user-images.githubusercontent.com/1061012/45255911-2542e080-b3c1-11e8-90bf-4be7cd765516.png" width="200" height="200"/>

- 小程序地址


<img src="https://github.com/icai/taro-cnode/blob/master/screenshots/2021002183695117.jpg?raw=true" width="200" height="200"/>

```



## 预览效果

<!-- table wrap 3 rows -->

<table>
<tr>
<td>
<img src="https://github.com/icai/taro-cnode/blob/master/screenshots/Jietu20240410-011438.png?raw=true" width="285" />
</td>
<td>
<img src="https://github.com/icai/taro-cnode/blob/master/screenshots/Jietu20240410-011525.png?raw=true" width="285" />
</td>
<td>
<img src="https://github.com/icai/taro-cnode/blob/master/screenshots/Jietu20240410-113749.png?raw=true" width="285" />
</td>
</tr>
</table>


<table>
<tr>
<td>
<div align="center"><a href="http://taro.w3cub.com/">http://taro.w3cub.com/</a></div>
<div align="center"><img src="https://user-images.githubusercontent.com/1061012/45255911-2542e080-b3c1-11e8-90bf-4be7cd765516.png" width="200" height="200"/></div>
</td>
<td>
<div align="center">小程序地址</div>
<div align="center">
<img src="https://github.com/icai/taro-cnode/blob/master/screenshots/2021002183695117.jpg?raw=true" width="200"
height="200" />
</div>
</td>
</tr>
</table>

taro-ui 参考:

https://github.com/cpitax/taro-tax



Expand Down

0 comments on commit 718246b

Please sign in to comment.