mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-05 03:23:49 +08:00
7 lines
137 B
Go
7 lines
137 B
Go
package terminal
|
||
|
||
// DisableQuickEdit 禁用快速编辑,非Windows系统永远返回nil
|
||
func DisableQuickEdit() error {
|
||
return nil
|
||
}
|