refactor(ui): 界面升级与代码规范优化
This commit is contained in:
26
README.md
26
README.md
@@ -44,16 +44,16 @@
|
||||
|
||||
<table align="center">
|
||||
<tr>
|
||||
<td><img alt="PC预览1" width="400" src="./src/assets/images/preview/pc-01.png"></td>
|
||||
<td><img alt="PC预览2" width="400" src="./src/assets/images/preview/pc-02.png"></td>
|
||||
<td><img alt="PC预览1" width="400" src="./public/images/preview/pc-01.png"></td>
|
||||
<td><img alt="PC预览2" width="400" src="./public/images/preview/pc-02.png"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="PC预览3" width="400" src="./src/assets/images/preview/pc-03.png"></td>
|
||||
<td><img alt="PC预览4" width="400" src="./src/assets/images/preview/pc-04.png"></td>
|
||||
<td><img alt="PC预览3" width="400" src="./public/images/preview/pc-03.png"></td>
|
||||
<td><img alt="PC预览4" width="400" src="./public/images/preview/pc-04.png"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img alt="PC预览5" width="400" src="./src/assets/images/preview/pc-05.png"></td>
|
||||
<td><img alt="PC预览6" width="400" src="./src/assets/images/preview/pc-06.png"></td>
|
||||
<td><img alt="PC预览5" width="400" src="./public/images/preview/pc-05.png"></td>
|
||||
<td><img alt="PC预览6" width="400" src="./public/images/preview/pc-06.png"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -61,10 +61,10 @@
|
||||
|
||||
<table align="center">
|
||||
<tr>
|
||||
<td><img alt="APP预览1" width="200" src="./src/assets/images/preview/app-01.png"></td>
|
||||
<td><img alt="APP预览2" width="200" src="./src/assets/images/preview/app-02.png"></td>
|
||||
<td><img alt="APP预览3" width="200" src="./src/assets/images/preview/app-03.png"></td>
|
||||
<td><img alt="APP预览4" width="200" src="./src/assets/images/preview/app-04.png"></td>
|
||||
<td><img alt="APP预览1" width="200" src="./public/images/preview/app-01.png"></td>
|
||||
<td><img alt="APP预览2" width="200" src="./public/images/preview/app-02.png"></td>
|
||||
<td><img alt="APP预览3" width="200" src="./public/images/preview/app-03.png"></td>
|
||||
<td><img alt="APP预览4" width="200" src="./public/images/preview/app-04.png"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@@ -223,17 +223,17 @@ Thanks to all the contributors!
|
||||
<table align="center">
|
||||
<tr>
|
||||
<td align="center">
|
||||
<img src="./public/images/qr/wechat-official.png" height="180" alt="公众号「有来技术」"><br>
|
||||
<img src="./public/images/qrcode/wechat-official.png" height="180" alt="公众号「有来技术」"><br>
|
||||
<sub>公众号「有来技术」</sub>
|
||||
</td>
|
||||
<td> </td>
|
||||
<td align="center">
|
||||
<img src="./public/images/qr/wechat-mp.jpg" height="180" alt="小程序「有来技术」"><br>
|
||||
<img src="./public/images/qrcode/wechat-mp.jpg" height="180" alt="小程序「有来技术」"><br>
|
||||
<sub>小程序「有来技术」</sub>
|
||||
</td>
|
||||
<td> </td>
|
||||
<td align="center">
|
||||
<img src="./public/images/qr/wechat-personal.png" height="180" alt="添加作者微信"><br>
|
||||
<img src="./public/images/qrcode/wechat-personal.png" height="180" alt="添加作者微信"><br>
|
||||
<sub>添加作者微信</sub>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user