forked from useryangtao/vue-wechat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d9f4fb
commit 879a7b6
Showing
38 changed files
with
1,052 additions
and
507 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
//个人,群 公众号 基本 数据模型 | ||
/* | ||
id | ||
name | ||
wxid | ||
type [friends:好友/group:群/service:服务号/sub:订阅号] | ||
iconSrc | ||
qrCode | ||
signature //签名 | ||
newsUnreadCount {Number} //未读 | ||
endTimeStr //最后消息 | ||
endChatAuth //最后消息作者 | ||
endChatTxt //最后消息内容 | ||
chatBackground //聊天背景 | ||
newsMute {Boolean} //消息免打扰 | ||
*/ | ||
module.exports = { | ||
"base": { | ||
"id": 2, | ||
"name": "微信群01", | ||
"wxid": "wxid_group01", | ||
"qq": "00002", | ||
"email": null, | ||
"type": "group", | ||
"iconSrc": "http://ww1.sinaimg.cn/mw690/d0d07035jw1f7f2n7cawhj202q02qglk.jpg", | ||
"qrCode": "", | ||
"signature": "个性签名", | ||
}, | ||
"chatBaseModel": { | ||
"newsUnreadCount": 1, //未读 | ||
"endTimeStr": 1472632586443, | ||
"endChatAuth": "杨涛", | ||
"endChatTxt": "晚上打球", | ||
"chatBackground": null, //聊天背景 | ||
"newsMute": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
//个人,群 公众号 基本 数据模型 | ||
/* | ||
id | ||
name | ||
wxid | ||
type [friends:好友/group:群/service:服务号/sub:订阅号] | ||
iconSrc | ||
qrCode | ||
signature //签名 | ||
newsUnreadCount {Number} //未读 | ||
endTimeStr //最后消息 | ||
endChatAuth //最后消息作者 | ||
endChatTxt //最后消息内容 | ||
chatBackground //聊天背景 | ||
newsMute {Boolean} //消息免打扰 | ||
*/ | ||
module.exports = { | ||
"base": { | ||
"id": 1, | ||
"name": "杨涛", | ||
// "remark":"杨涛", | ||
"wxid": "wxid_yangtao", | ||
"qq": "00001", | ||
"email": "[email protected]", | ||
"type": "firends", | ||
"iconSrc": "http://ww1.sinaimg.cn/mw690/d0d07035jw1f7f2n6w1j1j20e60e6wg4.jpg", | ||
"qrCode": "", | ||
"signature": "个性签名", | ||
}, | ||
"chatPrevivw": { | ||
"newsUnreadCount": 1, //未读 | ||
"endTimeStr": 1472632586443, | ||
"endChatAuth": "杨涛", | ||
"endChatTxt": "晚上打球", | ||
"chatBackground": null, //聊天背景 | ||
"newsMute": false | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
//个人,群 公众号 基本 数据模型 | ||
/* | ||
id | ||
name | ||
wxid | ||
type [friends:好友/group:群/service:服务号/sub:订阅号] | ||
iconSrc | ||
qrCode | ||
signature //签名 | ||
newsUnreadCount {Number} //未读 | ||
endTimeStr //最后消息 | ||
endChatAuth //最后消息作者 | ||
endChatTxt //最后消息内容 | ||
chatBackground //聊天背景 | ||
newsMute {Boolean} //消息免打扰 | ||
*/ | ||
module.exports = { | ||
"base": { | ||
"id": 3, | ||
"name": "服务号——JD", | ||
"wxid": "wx_00003", | ||
"qq": "00003", | ||
"email": "[email protected]", | ||
"type": "service", | ||
"iconSrc": "http://ww1.sinaimg.cn/mw690/d0d07035jw1f7f2n80l8ij202q02qmx2.jpg", | ||
"qrCode": null, | ||
"signature": "我是服务号", | ||
}, | ||
"chatPrevivw": { | ||
"newsUnreadCount": 1, //未读 | ||
"endTimeStr": 1472632586443, | ||
"endChatAuth": "杨涛", | ||
"endChatTxt": "服务号消息", | ||
"chatBackground": null, //聊天背景 | ||
"newsMute": false | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
//个人,群 公众号 基本 数据模型 | ||
/* | ||
id | ||
name | ||
wxid | ||
type [friends:好友/group:群/service:服务号/sub:订阅号] | ||
iconSrc | ||
qrCode | ||
signature //签名 | ||
newsUnreadCount {Number} //未读 | ||
endTimeStr //最后消息 | ||
endChatAuth //最后消息作者 | ||
endChatTxt //最后消息内容 | ||
chatBackground //聊天背景 | ||
newsMute {Boolean} //消息免打扰 | ||
*/ | ||
module.exports = { | ||
"base": { | ||
"id": 4, | ||
"name": "订阅号", | ||
"wxid": "wxid_sub", | ||
"qq": "00004", | ||
"email": "[email protected]", | ||
"type": "sub", //关系:朋友 | ||
"iconSrc": "http://ww4.sinaimg.cn/mw690/d0d07035jw1f7f2n8ruarj202q02qdfp.jpg", | ||
"qrCode": null, | ||
"signature": "订阅号签名", | ||
}, | ||
"chatPrevivw": { | ||
"newsUnreadCount": 10, //未读 | ||
"endTimeStr": 1472632586443, | ||
"endChatAuth": "订阅号", | ||
"endChatTxt": "订阅号消息", | ||
"chatBackground": null, //聊天背景 | ||
"newsMute": false | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
module.exports = { | ||
"groupNotice":""//群公告 | ||
"isStick": false,//置顶 | ||
"newsMute":true,//消息免打扰 | ||
"contactsSave":false, | ||
"showGroupNickname":true,//显示群聊天昵称 | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
module.exports = { | ||
"isStick": false,//置顶 | ||
"newsMute":true,//消息免打扰 | ||
"starFriends":false,//标星 | ||
"lookMePhotos":true, | ||
"lookHisPhotos":true, | ||
"blacklist":false,//"黑名单" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
module.exports = { | ||
"isStick": false,//置顶 | ||
"newsMute":true,//消息免打扰 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
module.exports = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
//"dialogueModel":[{}],//聊天记录 | ||
|
||
module.exports = [{ | ||
|
||
}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
module.exports = [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/* | ||
"chatMember":[{ | ||
"id": 1, | ||
"name": "杨涛", | ||
// "remark":"杨涛", | ||
"wxid": "wxid_yangtao", | ||
"qq": "00001", | ||
"email": "00001@qq.com", | ||
"type": "firends", | ||
"iconSrc": "http://ww1.sinaimg.cn/mw690/d0d07035jw1f7f2n6w1j1j20e60e6wg4.jpg", | ||
"qrCode": "", | ||
"signature": "个性签名", | ||
}] | ||
*/ | ||
module.exports = arr; |
Oops, something went wrong.