Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create auto-response.lua #128

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Create auto-response.lua #128

wants to merge 1 commit into from

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