llcom icon indicating copy to clipboard operation
llcom copied to clipboard

Create auto-response.lua

Open Lag1024 opened this issue 2 years ago • 1 comments
trafficstars

使用快捷发送编辑带‘~’字符的固定格式,字符可根据需要自定义调整,需要在head.lua增加方法重载,返回转换前的数据,用HEX状态做为生效和不生效的判断状态 apiQuickSendList = function (id, isTrans) if isTrans then return apiQuickSendList(id) else return oldapiQuickSendList(id) end end

Lag1024 avatar Apr 15 '23 12:04 Lag1024

可以把这段描述加到代码注释里吗,写在代码前面

chenxuuu avatar May 25 '23 05:05 chenxuuu