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

关于发送自定义招呼语重复问题说明 #16

Closed
yangfeng20 opened this issue Nov 2, 2023 · 0 comments
Closed

关于发送自定义招呼语重复问题说明 #16

yangfeng20 opened this issue Nov 2, 2023 · 0 comments

Comments

@yangfeng20
Copy link
Owner

发送自定义招呼语句是通过开一个iframe标签模拟用户发送操作。
由于js是单线程执行,如果在投递过程中切换到当前浏览器的其他标签页,可能导致逻辑错乱。

要保证准确发送且不重复发送自定义招呼语:

  1. 当前浏览器请就打开当前批量投递的页面,不要打开其他的标签页。
  2. 投递过程中请不要新开标签页。
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

No branches or pull requests

1 participant