2024年5月19日优雅草蜻蜓K知识付费系统旗舰版v1.0.9进度更新,首页体育栏目完善·新增用户发布页面 开发进度·首页体育栏目完善
·新增用户发布页面
·新增用户登录完善
·新增学习课程页面完善-过往课程数据完成
·去掉其他三方登录,新增手机号登录完善
·聊天页面完善·即将对接goeasy 目前缺乏应有的测试数据,需要添加测试数据 demo下载截图本次更新前端相关文件common/image.js | 72 +
common/index/index.css | 247 ++++
common/index/index.post.data.js | 118 ++
common/uni.css | 1431 ++++++++++++++++++++
components/CustomMessage/CustomMessage.vue | 144 ++
components/GoEasyAudioPlayer/GoEasyAudioPlayer.vue | 57 +
components/GoEasyVideoPlayer/GoEasyVideoPlayer.vue | 59 +
components/GoEasyVideoPlayer/images/play.png | Bin 0 -> 560 bytes
components/im-chat/chatinput.vue | 127 ++
components/im-chat/messageshow.vue | 92 ++
components/image-tools/index.js | 196 +++
components/image-tools/package.json | 11 +
components/j-contacts/j-contacts.vue | 362 +++++
components/j-contacts/pinyin.js | 142 ++
components/messageList/index.vue | 390 ++++++
lib/EmojiDecoder.js | 24 +
lib/aestool.js | 40 +
lib/goeasy-2.4.7.min.js | 1 +
lib/native.js | 188 +++
lib/restapi.js | 110 ++
main.js | 43 +-
pages.json | 56 +-
pages/chat/groupChat/add.vue | 233 ++++
pages/chat/groupChat/groupChat.vue | 661 +++++++++
pages/chat/groupChat/member.vue | 111 ++
pages/chat/privateChat/privateChat.vue | 659 +++++++++
pages/message/index.vue | 719 ++++++++++
static/images/Arrow-Left.png | Bin 0 -> 222 bytes
static/images/Avatar-1.png | Bin 0 -> 3609 bytes
static/images/Avatar-2.png | Bin 0 -> 3611 bytes
static/images/Avatar-3.png | Bin 0 -> 3485 bytes
static/images/Avatar-4.png | Bin 0 -> 3546 bytes
static/images/GoEasyDemo-Vue-IM-Chat-gif.gif | Bin 0 -> 81435 bytes
static/images/action.png | Bin 0 -> 203 bytes
static/images/andr.png | Bin 0 -> 1033 bytes
static/images/baidu-active.png | Bin 0 -> 1396 bytes
static/images/baidu.png | Bin 0 -> 1228 bytes
static/images/bq.png | Bin 0 -> 2220 bytes
static/images/chat-active.png | Bin 0 -> 588 bytes
static/images/chat.png | Bin 0 -> 802 bytes
static/images/contacts-active.png | Bin 0 -> 591 bytes
static/images/contacts.png | Bin 0 -> 830 bytes
static/images/danao.png | Bin 0 -> 1660 bytes
static/images/daxiao.png | Bin 0 -> 1622 bytes
static/images/delete.png | Bin 0 -> 448 bytes
static/images/emoji.png | Bin 0 -> 717 bytes
static/images/failed.png | Bin 0 -> 292 bytes
static/images/file-content.png | Bin 0 -> 808 bytes
static/images/file-icon.png | Bin 0 -> 372 bytes
static/images/file.png | Bin 0 -> 290 bytes
static/images/find-active.png | Bin 0 -> 1567 bytes
static/images/find.png | Bin 0 -> 1650 bytes
static/images/gfbg.jpeg | Bin 0 -> 11278 bytes
static/images/goeasy.jpeg | Bin 0 -> 24003 bytes
static/images/green-dot.png | Bin 0 -> 373 bytes
static/images/group-icon.png | Bin 0 -> 502 bytes
static/images/group.png | Bin 0 -> 1661 bytes
static/images/hongbao.jpeg | Bin 0 -> 9851 bytes
static/images/im.gif | Bin 0 -> 313497 bytes
static/images/iphone.png | Bin 0 -> 1165 bytes
static/images/jianpan.png | Bin 0 -> 932 bytes
static/images/loading.gif | Bin 0 -> 2711 bytes
static/images/login-alert-icon.png | Bin 0 -> 506 bytes
static/images/logo.png | Bin 0 -> 6849 bytes
static/images/mac.png | Bin 0 -> 649 bytes
static/images/mine-active.png | Bin 0 -> 507 bytes
static/images/mine.png | Bin 0 -> 770 bytes
static/images/more.png | Bin 0 -> 664 bytes
static/images/order.png | Bin 0 -> 840 bytes
static/images/pending.gif | Bin 0 -> 771 bytes
static/images/play-self.gif | Bin 0 -> 1354 bytes
static/images/play.gif | Bin 0 -> 1360 bytes
static/images/play.png | Bin 0 -> 560 bytes
static/images/py.png | Bin 0 -> 1695 bytes
static/images/record-appearance-icon.png | Bin 0 -> 620 bytes
static/images/recording-loading.gif | Bin 0 -> 12122 bytes
static/images/shengqi.png | Bin 0 -> 1579 bytes
static/images/shipin.png | Bin 0 -> 1009 bytes
static/images/sile.png | Bin 0 -> 1274 bytes
static/images/ts.png | Bin 0 -> 2425 bytes
static/images/tupian.png | Bin 0 -> 972 bytes
static/images/txl.png | Bin 0 -> 2873 bytes
static/images/uniapp.png | Bin 0 -> 1039 bytes
static/images/video.png | Bin 0 -> 472 bytes
static/images/voice-self.png | Bin 0 -> 353 bytes
static/images/voice.png | Bin 0 -> 553 bytes
static/images/web.png | Bin 0 -> 774 bytes
static/images/wenjian.png | Bin 0 -> 924 bytes
static/images/windows.png | Bin 0 -> 584 bytes
static/images/wx.png | Bin 0 -> 1372 bytes
static/images/xianwen.png | Bin 0 -> 1589 bytes
static/images/zidingyi.png | Bin 0 -> 900 bytes
92 files changed, 6290 insertions(+), 3 deletions(-)
create mode 100644 common/image.js
create mode 100644 common/index/index.css
create mode 100644 common/index/index.post.data.js
create mode 100644 common/uni.css
create mode 100644 components/CustomMessage/CustomMessage.vue
create mode 100644 components/GoEasyAudioPlayer/GoEasyAudioPlayer.vue
create mode 100644 components/GoEasyVideoPlayer/GoEasyVideoPlayer.vue
create mode 100644 components/GoEasyVideoPlayer/images/play.png
create mode 100644 components/im-chat/chatinput.vue
create mode 100644 components/im-chat/messageshow.vue
create mode 100644 components/image-tools/index.js
create mode 100644 components/image-tools/package.json
create mode 100644 components/j-contacts/j-contacts.vue
create mode 100644 components/j-contacts/pinyin.js
create mode 100644 components/messageList/index.vue
create mode 100644 lib/EmojiDecoder.js
create mode 100644 lib/aestool.js
create mode 100644 lib/goeasy-2.4.7.min.js
create mode 100644 lib/native.js
create mode 100644 lib/restapi.js
create mode 100644 pages/chat/groupChat/add.vue
create mode 100644 pages/chat/groupChat/groupChat.vue
create mode 100644 pages/chat/groupChat/member.vue
create mode 100644 pages/chat/privateChat/privateChat.vue
create mode 100644 pages/message/index.vue
create mode 100644 static/images/Arrow-Left.png
create mode 100644 static/images/Avatar-1.png
create mode 100644 static/images/Avatar-2.png
create mode 100644 static/images/Avatar-3.png
create mode 100644 static/images/Avatar-4.png
create mode 100644 static/images/GoEasyDemo-Vue-IM-Chat-gif.gif
create mode 100644 static/images/action.png
create mode 100644 static/images/andr.png
create mode 100644 static/images/baidu-active.png
create mode 100644 static/images/baidu.png
create mode 100644 static/images/bq.png
create mode 100644 static/images/chat-active.png
create mode 100644 static/images/chat.png
create mode 100644 static/images/contacts-active.png
create mode 100644 static/images/contacts.png
create mode 100644 static/images/danao.png
create mode 100644 static/images/daxiao.png
create mode 100644 static/images/delete.png
create mode 100644 static/images/emoji.png
create mode 100644 static/images/failed.png
create mode 100644 static/images/file-content.png
create mode 100644 static/images/file-icon.png
create mode 100644 static/images/file.png
create mode 100644 static/images/find-active.png
create mode 100644 static/images/find.png
create mode 100644 static/images/gfbg.jpeg
create mode 100644 static/images/goeasy.jpeg
create mode 100644 static/images/green-dot.png
create mode 100644 static/images/group-icon.png
create mode 100644 static/images/group.png
create mode 100644 static/images/hongbao.jpeg
create mode 100644 static/images/im.gif
create mode 100644 static/images/iphone.png
create mode 100644 static/images/jianpan.png
create mode 100644 static/images/loading.gif
create mode 100644 static/images/login-alert-icon.png
create mode 100644 static/images/logo.png
create mode 100644 static/images/mac.png
create mode 100644 static/images/mine-active.png
create mode 100644 static/images/mine.png
create mode 100644 static/images/more.png
create mode 100644 static/images/order.png
create mode 100644 static/images/pending.gif
create mode 100644 static/images/play-self.gif
create mode 100644 static/images/play.gif
create mode 100644 static/images/play.png
create mode 100644 static/images/py.png
create mode 100644 static/images/record-appearance-icon.png
create mode 100644 static/images/recording-loading.gif
create mode 100644 static/images/shengqi.png
create mode 100644 static/images/shipin.png
create mode 100644 static/images/sile.png
create mode 100644 static/images/ts.png
create mode 100644 static/images/tupian.png
create mode 100644 static/images/txl.png
create mode 100644 static/images/uniapp.png
create mode 100644 static/images/video.png
create mode 100644 static/images/voice-self.png
create mode 100644 static/images/voice.png
create mode 100644 static/images/web.png
create mode 100644 static/images/wenjian.png
create mode 100644 static/images/windows.png
create mode 100644 static/images/wx.png
create mode 100644 static/images/xianwen.png
create mode 100644 static/images/zidingyi.png 本次更新服务端相关文件本次内容太多,在此版本以后再更新 本次更新后台管理相关文件本次内容太多,在此版本以后再更新 本次数据库结构改动本次内容太多,在此版本以后再更新
|