diff --git a/pages/home/user.vue b/pages/home/user.vue
index acab0d7..d0fad86 100644
--- a/pages/home/user.vue
+++ b/pages/home/user.vue
@@ -35,6 +35,70 @@
+
+
+
+
+ 后台管理
+
+
+
+
+
+
+
+
+
+
+ 我的钱包
+
+
+
+
+
+
+
+
+
+
+ 我的订单
+
+
+
+
+
+
+
+
+
+ 我的卡券
+
+
+
+
+
+
+
+
+
+ 购物车
+
+
+
+
+
+
+
+
+
+
+ 邀请好友
+
+
+
+
+
+
diff --git a/static/image/user/admin.png b/static/image/user/admin.png
new file mode 100644
index 0000000..2158869
Binary files /dev/null and b/static/image/user/admin.png differ
diff --git a/static/image/user/c1.png b/static/image/user/c1.png
new file mode 100644
index 0000000..7f7d9f0
Binary files /dev/null and b/static/image/user/c1.png differ
diff --git a/static/image/user/c5.png b/static/image/user/c5.png
new file mode 100644
index 0000000..8a636f8
Binary files /dev/null and b/static/image/user/c5.png differ
diff --git a/static/image/user/c6.png b/static/image/user/c6.png
new file mode 100644
index 0000000..1a25f9f
Binary files /dev/null and b/static/image/user/c6.png differ
diff --git a/static/image/user/c7.png b/static/image/user/c7.png
new file mode 100644
index 0000000..9c923e5
Binary files /dev/null and b/static/image/user/c7.png differ
diff --git a/static/image/user/c8.png b/static/image/user/c8.png
new file mode 100644
index 0000000..ceb2952
Binary files /dev/null and b/static/image/user/c8.png differ
diff --git a/uni_modules/vrapile-im/changelog.md b/uni_modules/vrapile-im/changelog.md
index f97bda8..2460be6 100644
--- a/uni_modules/vrapile-im/changelog.md
+++ b/uni_modules/vrapile-im/changelog.md
@@ -1,3 +1,5 @@
+## 1.1.11(2025-07-14)
+更新readme说明文件
## 1.1.10(2025-04-11)
更新示例工程
## 1.1.9(2025-03-27)
diff --git a/uni_modules/vrapile-im/package.json b/uni_modules/vrapile-im/package.json
index 8c4ba04..75ee176 100644
--- a/uni_modules/vrapile-im/package.json
+++ b/uni_modules/vrapile-im/package.json
@@ -1,7 +1,7 @@
{
"id": "vrapile-im",
"displayName": "im页面组件",
- "version": "1.1.10",
+ "version": "1.1.11",
"description": "实现WebSocket连接/好友/群组/新消息/历史消息,都是全局配置并本地化存储,已调试兼容H5/微信小程序/安卓App/PC多端同步通讯",
"keywords": [
"IM页面组件,websocket应用"
@@ -32,7 +32,7 @@
},
"npmurl": "",
"darkmode": "x",
- "i18n": "x",
+ "i18n": "√",
"widescreen": "√"
},
"uni_modules": {
@@ -58,39 +58,39 @@
},
"app": {
"vue": "√",
- "nvue": "-",
+ "nvue": "√",
"android": "√",
"ios": "√",
- "harmony": "-"
+ "harmony": "√"
},
"mp": {
"weixin": "√",
"alipay": "√",
- "toutiao": "-",
- "baidu": "-",
- "kuaishou": "-",
- "jd": "-",
- "harmony": "-",
- "qq": "-",
- "lark": "-"
+ "toutiao": "√",
+ "baidu": "√",
+ "kuaishou": "√",
+ "jd": "√",
+ "harmony": "√",
+ "qq": "√",
+ "lark": "√"
},
"quickapp": {
- "huawei": "-",
- "union": "-"
+ "huawei": "√",
+ "union": "√"
}
},
"uni-app-x": {
"web": {
- "safari": "-",
- "chrome": "-"
+ "safari": "√",
+ "chrome": "√"
},
"app": {
- "android": "-",
- "ios": "-",
- "harmony": "-"
+ "android": "√",
+ "ios": "√",
+ "harmony": "√"
},
"mp": {
- "weixin": "-"
+ "weixin": "√"
}
}
}
diff --git a/uni_modules/vrapile-im/readme.md b/uni_modules/vrapile-im/readme.md
index 909b4a0..d4cb565 100644
--- a/uni_modules/vrapile-im/readme.md
+++ b/uni_modules/vrapile-im/readme.md
@@ -2,21 +2,21 @@
1. 此组件为页面组件,实现了 WebSocket连接/好友/群组/新消息/历史消息,且都是 全局配置/全局本地化存储,兼容 H5/微信小程序/安卓App *( 其它平台未测试 )*
-
+
## 自行准备内容
1. 此组件提供示例工程,其中的 接口服务 和 WebSocket服务 ,仅供各位开发者调试使用,正式发布需自行实现
2. 接口服务,实现 /api/chat.js 和 /api/login.js 里面的方法
-3. WebSocket服务,实现 连接和心跳检测/离线消息/在线消息/已读回执4种消息类型
-
+3. WebSocket服务,实现 连接和心跳检测/离线消息/在线消息/已读回执4种类型消息处理
+
## 引用说明
### 1. 路由说明
-导入组件后,在 pages.json 中会自动注册组件,若未注册可手动添加
+导入组件后,会在 pages.json 中自动注册组件,若未注册可手动添加
``` javascript
{
"path": "uni_modules/vrapile-im/pages/home/chatHome",
@@ -34,7 +34,7 @@
}
```
-可在导航中配置IM消息页面
+可在导航中配置 IM 消息页面
``` javascript
"tabBar": {
@@ -57,44 +57,43 @@
```
### 2. 页面样式修改
- 页面样式在 /uni_modules/vrapile-im/static/style/ 下的 nine-chat-home-001.scss 和 nine-chat-friend-001.scss 中,
-
- 可重写 /static/style/ 下的 nine-chat-home-001.scss 和 nine-chat-friend-001.scss,将原样式替换
+ 当前页面样式在 /uni_modules/vrapile-im/static/style/ 下的 nine-chat-home-001.scss 和 nine-chat-friend-001.scss
+ 可在 /static/style/ 下的 nine-chat-home-001.scss 和 nine-chat-friend-001.scss 中重写样式替换
+
## 演示说明
-以下所有工程共用一个后端,账号互通
-( *皆可用访客账号/密码:visitor/visitor* )
+*以下所有工程共用一个后端,账号互通
+( 账号/密码:visitor/visitor )*
+
-
示例工程 [ 源码 ] 运行效果:
https://www.ninecloud.top/udemo/im/index.html
-
-
-
+
演示商城效果:( *H5中可下载安卓App* )
-
-https://www.ninecloud.top/unine/index.html
+
+
+ https://www.ninecloud.top/unine/index.html
+
-
-
-
+
演示PC前端:( *与此组件无关,可用于多端消息互相发送测试* )
-
-https://www.ninecloud.top/msw/index
-
-
-
+
+ https://www.ninecloud.top/msw/index
+
+
-*注:通过以上系统新注册账号,默认添加 visitor 为好友,默认加入 客服专用群 群*
+
+*注:通过以上系统新注册账号,默认添加 visitor 为好友,默认加入 客服专用群*
*以上任意系统之间,IM消息皆能同步显示*
+