Initial qiwei secondary development handoff

This commit is contained in:
2026-06-23 21:11:20 +08:00
commit 858cb68f4f
207 changed files with 52782 additions and 0 deletions

View File

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