[3rd-Party Apps] 企业微信如何实现多开?
Tofloor
poster avatar
引栗先生
deepin
2024-12-20 08:11
Author

因办公需求,需要同时运行多个企业微信,现在企业微信是wine版本,请问什么脚本可以实现?感谢!

Reply Favorite View the author
All Replies
zijinyise
deepin
2024-12-20 08:44
#1

一个win,一个安卓,一个模拟器安卓joy

Reply View the author
引栗先生
deepin
2024-12-20 10:03
#2

有没有类似微信多开的这种脚本。

#!/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 &

这样就很方便

Reply View the author
把一切操作变成GUI
deepin
Backbone of ecological co-construction group
2024-12-20 11:00
#3

image.png

image.png

分别安装星火商店的企业微信和官方商店的企业微信,
就可以分别打开这三程序了。

Reply View the author
神末shenmo
deepin
Spark-App
2024-12-20 11:14
#4
把一切操作变成GUI

image.png

image.png

分别安装星火商店的企业微信和官方商店的企业微信,
就可以分别打开这三程序了。

星火的有一个是官方改的,实际上就俩

Reply View the author