This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. 参考如下命令从中文版 wps 中提取 zh_CN 资源: | |
| ``` | |
| cd /tmp | |
| # 版本应匹配系统中安装的国际版 wps | |
| wget -O wps-office.deb https://wdl1.cache.wps.cn/wps/download/ep/Linux2019/9719/wps-office_11.1.0.9719_amd64.deb | |
| mkdir -p deb-package |