pltrue

Results 11 issues of pltrue

![image](https://user-images.githubusercontent.com/43993206/125913933-cd655953-4a35-40eb-a254-6d4312b9b90b.png) 为什么数据缺失 ![image](https://user-images.githubusercontent.com/43993206/125914053-18d8f210-782b-4d28-900a-3aaa663036d7.png)

![image](https://user-images.githubusercontent.com/43993206/157796635-a973b232-2b3d-429a-b342-3c10e1c5c6d7.png) ![image](https://user-images.githubusercontent.com/43993206/157796724-c5a19d69-7cce-4322-b3be-4ce2d76a15a0.png)

question

## 拿到用户权限节点 checkPermissions() 方法 ![image](https://user-images.githubusercontent.com/43993206/146342807-a6b49fe0-ff8d-467c-9732-768c6a7e21f8.png) ![image](https://user-images.githubusercontent.com/43993206/146343047-510e36f0-2943-48e1-b4b1-0ae259b2e10e.png)

good first issue
question

#### 1.npm install 报错 ![image](https://user-images.githubusercontent.com/43993206/136639742-eeccf7e0-d0fc-40d2-b463-4b68deed238e.png) #### 解决方法 本地安装python 或者在package.json中把`node-pty`依赖去除(去除后使用不了 伪终端功能) #### 2.npm run dev 启动 错误如图: ![image](https://user-images.githubusercontent.com/43993206/136639607-95b94b4a-bbee-4dd2-9be5-04734028d8f3.png) #### 正常解决 ![image](https://user-images.githubusercontent.com/43993206/136639662-7a9bfacd-43e6-42cc-b65e-5c284e413788.png) #### 解决不了参考一下文档 https://e-icon-picker.cnovel.club/v2/#%E5%BF%AB%E9%80%9F%E4%BD%BF%E7%94%A8

good first issue

This pull request applies code style fixes from an analysis carried out by [StyleCI](https://github.styleci.io). --- For more information, click [here](https://github.styleci.io/analyses/WN9adN).

1.群聊功能优化:邀请人消息 群聊功能 会话免提 群聊新增@人功能。 2.通讯录功能:新增群组以及公开机器人。 3.消息:支持网址跳转检测以及富文本 群聊+文字。邮箱通知。每天通知一次就行了。

enhancement
question

1. git clone https://github.com/IM-Tools/web-im-app.git 2. yarn install 或者 npm isntall 3.調整.env.development 文件 ``` NODE_ENV = 'development' VITE_APP_BASE_API = 'http://127.0.0.1:9502/api' //本地go服务 VITE_APP_URL = 'http://127.0.0.1:9502' VITE_APP_GITHUB_CLIENT_ID = '684a49aa60ce60372463' VITE_APP_GITHUB_REDIRECT_URL = 'http://127.0.0.1:8000/api/githubCallBack' VITE_APP_GITEE_CLIENT_ID...

documentation

主要是nodeJs V17版本发布了OpenSSL3.0对算法和秘钥大小增加了更为严格的限制,导致了nodeJs V17之前版本不受影刺而nodeJs V17和之后的版本会出现这个错误。 在 scripts 设置 `set NODE_OPTIONS=--openssl-legacy-provider` ``` "scripts": { "dev": "set NODE_OPTIONS=--openssl-legacy-provider & vue-cli-service serve", "lint": "eslint --ext .js,.vue src", "build:prod": "vue-cli-service build", "build:stage": "vue-cli-service build --mode...

good first issue
question

### install.sh swoole-4.8.10.tgz 也下载到了extensions目录 ``` if [[ -z "${EXTENSIONS##*,swoole,*}" ]]; then echo "---------- Install swoole ----------" isPhpVersionGreaterOrEqual 8 0 if [[ "$?" = "1" ]]; then installExtensionFromTgz swoole-4.8.10 --enable-openssl --enable-http2...