Skip to content

Conversation

Lag1024
Copy link

@Lag1024 Lag1024 commented Apr 15, 2023

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

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants