Skip to content

Commit

Permalink
Update document (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaoYuan authored Jun 30, 2024
1 parent 36676b7 commit 78c4d29
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
10 changes: 10 additions & 0 deletions docs/app/common/communication.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,16 @@ yay -S linuxqq-nt-bwrap

### 微信

2024 年 3 月,微信 Linux 原生版重构,可以安装 [`wechat-uos-qt`](https://aur.archlinux.org/packages/wechat-uos-qt/)<sup>aur</sup> 体验,这是目前最好的解决方案。

```bash
yay -S wechat-uos-qt
```

对于沙盒等存在的一些问题可以参照[Wiki](https://wiki.archlinuxcn.org/wiki/%E5%BE%AE%E4%BF%A1)来解决。

### wine版

基于目前社区的反馈,更推荐使用上游来自 Deepin 社区主导的星火商店,用 `wine` 运行的 [`com.qq.weixin.spark`](https://aur.archlinux.org/packages/com.qq.weixin.spark)<sup>EULA / aur</sup>,功能相对较全也较少 bug。

1. 安装 [`com.qq.weixin.spark`](https://aur.archlinux.org/packages/com.qq.weixin.spark)<sup>EULA / aur</sup>
Expand Down
8 changes: 7 additions & 1 deletion docs/app/common/office.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,13 @@ sudo pacman -S wps-office aur/ttf-wps-fonts aur/libtiff5

WPS可能会出现部分中文字体过粗的情况。文本看起来特别粗,标题、粗体文本几乎不可用。

可以通过降级`freetype2`至2.13.0版本解决
可以通过降级`freetype2`至2.13.0版本解决。

WPS PDF可能会出现无法导出pdf或者无法打开的情况,通过安装`libtiff5`即可解决。

```bash
yay -S libtiff5
```

:::

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/advanced/make-install-disk.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ yay -S archiso-git
iftop # 流量监控工具
iotop # 磁盘 I/O 监控工具
ipmitool # 用于管理和配置,支持智能平台管理接口(IPMI)1.5 版和 2.0 版规范的设备的实用程序(给运维用的)
neofetch # 打印系统信息
fastfetch # 打印系统信息
plasma-meta
konsole
dolphin
Expand Down
8 changes: 4 additions & 4 deletions docs/guide/rookie/basic-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -954,16 +954,16 @@ nmcli dev wifi connect "Wi-Fi名(SSID)" password "网络密码" # 连接指
nmtui
```

5. `neofetch` 可以将系统信息和发行版 logo 一并打印出来。通过 `pacman` 安装 `neofetch`
5. `fastfetch` 可以将系统信息和发行版 logo 一并打印出来。通过 `pacman` 安装 `fastfetch`

```bash
pacman -S neofetch
pacman -S fastfetch
```

使用 `neofetch` 打印系统信息:
使用 `fastfetch` 打印系统信息:

```bash
neofetch
fastfetch
```

![neofetch](../../assets/guide/rookie/basic-install_neofetch.png)
Expand Down

0 comments on commit 78c4d29

Please sign in to comment.