zijinyise
2024-12-20 08:44 deepin
一个win,一个安卓,一个模拟器安卓
Reply Like 0 View the author
一个win,一个安卓,一个模拟器安卓
有没有类似微信多开的这种脚本。
#!/bin/bash
dir_path=~/.xwechat2
if [ -d "$dir_path" ]; then
echo "目录 $dir_path 存在。"
else
echo "目录 $dir_path 不存在。"
mkdir "$dir_path"
fi
HOME=$dir_path /usr/bin/wechat &
这样就很方便
分别安装星火商店的企业微信和官方商店的企业微信,
就可以分别打开这三程序了。
分别安装星火商店的企业微信和官方商店的企业微信,
就可以分别打开这三程序了。
星火的有一个是官方改的,实际上就俩
Popular Ranking
ChangePopular Events
More
因办公需求,需要同时运行多个企业微信,现在企业微信是wine版本,请问什么脚本可以实现?感谢!