feat: add issue.png

This commit is contained in:
菲鸽 2024-01-30 21:02:52 +08:00
parent 5309e2242c
commit 297ef285ef
3 changed files with 5 additions and 13 deletions

View File

@ -85,19 +85,6 @@
- [ ] 仿华为商城个人中心 - [ ] 仿华为商城个人中心
- [ ] 仿网易云音乐 APP独立项目 - [ ] 仿网易云音乐 APP独立项目
## 👉 Road Map
`Road Map` 如下,期待有心人一起完成。
- 1、`unibest` 官方文档编写,类似 `vue` 文档,新开一个项目,使用 `vitepress` 生成。
- 2、`hello-unibest` 项目继续完成,还有很多实用功能未加入/未完成如多语言、微信登录、自定义tabbar、瀑布流等。
- 3、`unibest` 新增运行时“自动打开微信开发者工具”和打包时可以“自动上传代码到微信开发者平台”,通过编写 `VSCODE插件` 完成。
- 4、发布 `npm``create-unibest`,用户可以通过 `npm create unibest` 命令生成项目,默认模板与 `unibest` 项目类似,额外可选择项为:
- 是否使用多语言
- 是否使用自定义tabbar (非APP项目)
- 未想好
- ...
## ⚙️ 环境 ## ⚙️ 环境
- node>=18 - node>=18

View File

@ -1,5 +1,10 @@
.test { .test {
margin-top: 4px; margin-top: 4px;
@apply mt-4;
// 上面2个方式都会出现问题如截图所示 issue.png建议不在这个全局文件写宽高大小的变量
color: red; color: red;
} }

BIN
src/style/issue.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB