We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
希望可以增加一个功能是: 每次发送自动选择文本行中的某一行,然后给这行话设置一个nextSendTime(默认now() + 30s)。每次发送文本时,先从 now()>= nextSendTime这个范围内选择某一行进行发送。若是找不到则清空状态,再随机选择一行。
因为电脑上快捷键不是很多,所以不方便为每句话都设置一个快捷键。🤣
The text was updated successfully, but these errors were encountered:
No branches or pull requests
希望可以增加一个功能是:
每次发送自动选择文本行中的某一行,然后给这行话设置一个nextSendTime(默认now() + 30s)。每次发送文本时,先从 now()>= nextSendTime这个范围内选择某一行进行发送。若是找不到则清空状态,再随机选择一行。
因为电脑上快捷键不是很多,所以不方便为每句话都设置一个快捷键。🤣
The text was updated successfully, but these errors were encountered: