Files
qiweimanager-master/wecom_history_sync_other.go

10 lines
205 B
Go

//go:build !windows
package main
import "fmt"
func (a *App) prepareWeComHistoryCopy() (bool, string) {
return false, fmt.Sprintf("同步当前群历史目前只支持 Windows 企业微信客户端")
}