5 Star 9 Fork 1

Gitee 极速下载 / FydeOS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/FydeOS/fydeos.github.io
克隆/下载
search-help.html 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
Alpha 提交于 2020-10-16 13:57 . url variable fix and add new help contents
---
title: Search
sitemap: false
---
<p>
<span id="search-process">正在载入</span><span id="search-query-container" style="display: none;"> "<strong id="search-query"></strong>" 的搜索结果</span>
</p>
<ul id="search-results"></ul>
<script>
window.data = {
{% for help in site.help %}
{% if help.title %}
{% if added %},{% endif %}
{% assign added = false %}
"{{ help.url | slugify }}":
{
"id": "{{ help.url | slugify }}",
"title": "{{ help.title | xml_escape }}",
"section": "{{ help.help_section | join: ", " | xml_escape }}",
"url": " {{ help.permalink | xml_escape }}",
"content": {{ help.content | strip_html | replace_regex: "[\s/\n]+"," " | strip | jsonify }}
}
{% assign added = true %}
{% endif %}
{% endfor %}
};
console.log("window.data");
console.log(window.data);
</script>
<script src="{{ site.url }}/js/lunr.min.js"></script>
<script src="{{ site.url }}/js/search.js"></script>
C/C++
1
https://gitee.com/mirrors/FydeOS.git
git@gitee.com:mirrors/FydeOS.git
mirrors
FydeOS
FydeOS
master

搜索帮助