Initial qiwei secondary development handoff
This commit is contained in:
9
wecom_history_sync_other.go
Normal file
9
wecom_history_sync_other.go
Normal file
@@ -0,0 +1,9 @@
|
||||
//go:build !windows
|
||||
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func (a *App) prepareWeComHistoryCopy() (bool, string) {
|
||||
return false, fmt.Sprintf("同步当前群历史目前只支持 Windows 企业微信客户端")
|
||||
}
|
||||
Reference in New Issue
Block a user