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
弹出【undefined】,问题指示不清晰。 如果能弹窗提示【填写的用户ID不存在】,更方便用户找到问题所在。
The text was updated successfully, but these errors were encountered:
以下内容供参考: 断点可下在language.js中的 function langreply(langstr)处 langstr传入的值为“未找到客户端” var langobj = languages['content']['reply'][langstr.replace(/[\s,\.\?]*/g, "").toLowerCase()]; 返回的langobj 值为undefined.
function langreply(langstr)
var langobj = languages['content']['reply'][langstr.replace(/[\s,\.\?]*/g, "").toLowerCase()];
Sorry, something went wrong.
2c3126c
show raw error msg on web, fix ehang-io#524, fix ehang-io#636
ab3cbbc
No branches or pull requests
弹出【undefined】,问题指示不清晰。
如果能弹窗提示【填写的用户ID不存在】,更方便用户找到问题所在。
The text was updated successfully, but these errors were encountered: