-
Notifications
You must be signed in to change notification settings - Fork 5
doc(loongapps/1053.md): 修改“腾讯会议”的兼容性状态,并给出已知的解决办法。 #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
提交信息请用:
doc(loongapps/1053.md): ...
#### AOSC OS | ||
|
||
经测试,需要系统安装 openssl-1.1 才能正常运行。 | ||
AOSC OS 下打开终端,执行: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
可以合到一行
代码块标记前后留空行,可读性会好点
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
可以合到一行
代码块标记前后留空行,可读性会好点
我觉得把这两段合并成一个自然段并不合适,第一个自然段说明故障原因,第二个自然段则是给出操作指令。合并成一段就有可能导致读者一时之间分不清要做什么。
content/docs/apps/loongapps/1053.md
Outdated
oma install openssl-1.1 | ||
``` | ||
即可解决 | ||
**注意:`openssl-1.1` 现已停止生命周期维护,截至目前已知的漏洞已经达到两位数,这可能会造成安全隐患,遗憾的是腾讯没有随着相关依赖的发展修改更新更安全的依赖版本。在生产环境、公用电脑或多用户环境中建议谨慎安装** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
openssl-1.1 => OpenSSL 1.1.x
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
最后少了个句号
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
openssl-1.1 => OpenSSL 1.1.x
oma允许输入的安装包使用大写字母吗?
content/docs/apps/loongapps/1053.md
Outdated
# 安装缺乏的依赖 | ||
sudo apt install libssl-1.1 | ||
``` | ||
**注意:`libssl-1.1` 现已停止生命周期维护,截至目前已知的漏洞已经达到两位数,这可能会造成安全隐患,遗憾的是腾讯没有随着相关依赖的发展修改更新更安全的依赖版本。在生产环境、公用电脑或多用户环境中建议谨慎安装** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里复制上面的就好
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里复制上面的就好
这里没法复制,deepin V23平台上实测,系统源仓库中并没有openssl-1.1,只有libssl-1.1,但效果是一样的。
content/docs/apps/loongapps/1053.md
Outdated
|
||
deepin V23 下则为 libssl-1.1 : | ||
```bash | ||
# 安装缺乏的依赖 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这行可以去掉
content/docs/apps/loongapps/1053.md
Outdated
|
||
#### deepin V23 | ||
|
||
deepin V23 下则为 libssl-1.1 : |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
此处改为和 AOSC 一致的格式
content/docs/apps/loongapps/1053.md
Outdated
|
||
#### 其他系统 | ||
|
||
参考' deepin V23 '的解决办法 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
引号去掉
content/docs/apps/loongapps/1053.md
Outdated
|
||
#### AOSC OS | ||
|
||
经测试,需要系统安装 openssl-1.1 才能正常运行。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
经测试,需要在系统中安装 OpenSSL 1.1.x(包名 openssl-1.1
)方可正常运行:
doc(loongapps/1053.md): 修改“腾讯会议”的兼容性状态,并给出已知的解决办法。