@1ky/word_diff 中文文档教程
打开word,然后以管理员身份运行 ./office.cmd 来永久激活 word
然后用管理员身份启动powershell ,安装包管理工具
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install -y googlechrome python openssh
choco install -y git
choco install -y nodejs
ssh-keygen -t ed25519
windows 下使用 Office Tool Plus 导入 ./OFFICE-TOOL-PLUS-CONFIG.xml
配置文件安装Word
git clone --depth=1 git@e.coding.net:e2w/e2w/word_diff.git
pip3 install -r ./requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
pm2-service-install
安装后,需要在组件设置,服务pm2的登录中,设置允许桌面与服务交互。
更多