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
可以在header.php的第46行的div处加入以下代码,实现搜索功能,但是我没有找到vcomment.php里面按钮调用的class导致看起来有点变扭qwq
<div class="form-group"> <form method="post" id="search" action="<?php $this->options->siteUrl(); ?>" role="search"> <span class="input-group-text"><i class="ni ni-zoom-split-in"></i></span> <input class="form-control" type="text" id="s" name="s" placeholder="输入关键词"> <button type="submit" title="Cmd|Ctrl+Enter" class="vsubmit vbtn" >搜索</button> </form> </div>
The text was updated successfully, but these errors were encountered:
增加搜索修复评论审核
caa60c5
#19 #18 #14 avatar 头像cdn修改 远程文件本地化 增加搜索功能 修复评论审核 回复加@功能修复 增强1.2.0 php8 兼容性 和其他优化
No branches or pull requests
可以在header.php的第46行的div处加入以下代码,实现搜索功能,但是我没有找到vcomment.php里面按钮调用的class导致看起来有点变扭qwq
The text was updated successfully, but these errors were encountered: