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
function Projects($sorts = NULL) { $options = Typecho_Widget::widget('Widget_Options'); $Project = NULL; if ($options->Projects) { $list = explode("\r\n", $options->Projects); foreach ($list as $val) { list($name, $url, $description, $sort) = explode("|", $val); if ($sorts) { $arr = explode("|", $sorts); if ($sort && in_array($sort, $arr)) { $Project .= $url ? '
暗色主题在新标签页中打开链接,浏览器会有会闪白,我想修改一下变成本页打开。 我看了一下代码,发现简单的删除target="_blank"不起作用,首页会不展示项目列表了。 不是很懂代码,想问下作者怎么修改可以达到效果。
The text was updated successfully, but these errors were encountered:
我测试删除target="_blank" 就可以了
Sorry, something went wrong.
测试了一下,又可以了,可能是当时哪里没搞好吧,感谢回复!!!
No branches or pull requests
暗色主题在新标签页中打开链接,浏览器会有会闪白,我想修改一下变成本页打开。
我看了一下代码,发现简单的删除target="_blank"不起作用,首页会不展示项目列表了。
不是很懂代码,想问下作者怎么修改可以达到效果。
The text was updated successfully, but these errors were encountered: