You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.9 KiB
58 lines
1.9 KiB
{
|
|
"name": "Raingad-IM",
|
|
"appId": "8007:16.66.168.192",
|
|
"version": "6.0.2",
|
|
"private": true,
|
|
"description": "一款基于vue2.0的即时聊天工具",
|
|
"author": "Raingad",
|
|
"main": "background.js",
|
|
"dependencies": {},
|
|
"backstageUrl": "https://gitee.com/raingad/im-instant-chat",
|
|
"frontUrl": "https://gitee.com/raingad/im-chat-front",
|
|
"funcList": [
|
|
{
|
|
"icon": "el-icon-chat-line-round",
|
|
"text": "支持单聊和群聊,支持发送表情、图片、语音、视频和文件消息"
|
|
},
|
|
{
|
|
"icon": "el-icon-potato-strips",
|
|
"text": "单聊支持消息已读未读的状态显示,在线状态显示"
|
|
},
|
|
{
|
|
"icon": "el-icon-user",
|
|
"text": "群聊创建、删除和群成员管理、群公告、群禁言、@群成员等"
|
|
},
|
|
{
|
|
"icon": "el-icon-ice-cream-round",
|
|
"text": "支持置顶联系人,消息免打扰;支持设置新消息声音提醒,浏览器通知"
|
|
},
|
|
{
|
|
"icon": "el-icon-video-camera",
|
|
"text": "支持一对一音视频通话(已打通web端和移动端,小程序不支持)"
|
|
},
|
|
{
|
|
"icon": "el-icon-milk-tea",
|
|
"text": "支持文件、图片和绝大部分媒体文件在线预览"
|
|
},
|
|
{
|
|
"icon": "el-icon-mobile-phone",
|
|
"text": "支持移动端(由uniapp开发,可打包H5、APP和小程序),支持简易后台管理"
|
|
},
|
|
{
|
|
"icon": "el-icon-coffee-cup",
|
|
"text": "支持企业模式和社交模式,社交模式支持注册、添加好友功能"
|
|
}
|
|
],
|
|
"license": "Apache2.0",
|
|
"logo": "/assets/img/logo.png",
|
|
"mobileUrl": "https://im.raingad.com/h5",
|
|
"qqGroupUrl": "https://qm.qq.com/q/RgHdvLGiMk",
|
|
"rules": {
|
|
"generator-star-spacing": "off",
|
|
"no-tabs": "off",
|
|
"no-unused-vars": "off",
|
|
"no-console": "off",
|
|
"no-irregular-whitespace": "off",
|
|
"no-debugger": "off"
|
|
}
|
|
}
|