-
Notifications
You must be signed in to change notification settings - Fork 3k
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
URL参数sort_script无效 #280
Comments
已提交PR #281 ,经过编译测试,已经修复了这个问题。 |
@tindy2013 |
I've tried to fix this in my PR. |
#329 同时修复了排序脚本执行结果与预期相反的问题 |
#347 尝试修复 qjs 更新导致的 Windows 版本编译错误 |
经测试,将URLEncode处理后的js脚本传入sort_script参数,节点不会按照预期进行排序。(sort_flag已设置为true)
在pref中将sort_script选项设置为js源码,则可以正常排序。
查看源码发现,URL中的sort_script参数仅被用来设定tribool argUseSortScript,只有pref中的脚本会被使用。而filter_script参数则被正确解析到std::string argFilterScript,经测试工作正常。
The text was updated successfully, but these errors were encountered: