diff --git a/README.md b/README.md
index a69b703..937ce06 100644
--- a/README.md
+++ b/README.md
@@ -38,17 +38,18 @@ UniBest 是由 Vue3 & Ts & Vite4 & uni-app & UnoCss & UniUI 驱动的跨端快
- [x] 导航栏渐变(微信+h5)
- [x] 自定义导航栏顶部机型适配
- [x] 微信小程序分享(好友+朋友圈)
-- [ ] 微信登录
-- [ ] 微信一键登录(基于手机号)
+- [x] 微信登录
+- [x] 非微信登录(h5 和 App)
+- [ ] 微信一键登录(基于手机号)- 需要非个人认证用户
- [ ] 仿BOSS直聘-个人中心
- [ ] 仿华为商城-个人中心
- [ ] 页面悬浮球(floating bubble)
- [ ] 多tab列表功能
- [ ] 瀑布流
- [ ] 头像上传
-- [ ] 图片剪辑
- [x] 抽奖-九宫格抽奖
-- [ ] 抽奖-大转盘抽奖
+- [x] 抽奖-大转盘抽奖
+- [ ] 仿网易云音乐APP(独立项目)
- [ ] 仿网易云音乐APP(独立项目)
## 环境
diff --git a/screenshots/vconsole/1.png b/screenshots/vconsole/1.png
new file mode 100644
index 0000000..ccebf4a
Binary files /dev/null and b/screenshots/vconsole/1.png differ
diff --git a/screenshots/vconsole/2.png b/screenshots/vconsole/2.png
new file mode 100644
index 0000000..e3b289b
Binary files /dev/null and b/screenshots/vconsole/2.png differ
diff --git a/src/pages/demo/base/vconsole.vue b/src/pages/demo/base/vconsole.vue
new file mode 100644
index 0000000..072f3e4
--- /dev/null
+++ b/src/pages/demo/base/vconsole.vue
@@ -0,0 +1,22 @@
+
+{
+ layout: 'demo',
+ style: { navigationBarTitleText: '开启 vConsole' },
+}
+
+
+
+
+ 在非正式版小程序里面已经集成了VConsole
+ 开启方式如下面
+
+ 然后页面上会出现一个 `vConsole` 的调试按钮,如下图
+
+
+