Update 8 files

- /_layouts/default.html
- /_includes/live2d.html
- /rss.xml
- /search.json
- /opensearch.xml
- /index.html
- /feed.json
- /404.md
This commit is contained in:
mayx
2025-06-30 03:37:06 +00:00
parent 4de724f972
commit 0e8ac37673
8 changed files with 52 additions and 33 deletions

12
opensearch.xml Normal file
View File

@@ -0,0 +1,12 @@
---
---
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
<ShortName>{{ site.title }}</ShortName>
<Description>搜索 {{ site.title }}</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image width="16" height="16" type="image/x-icon">{{ "/favicon.ico" | absolute_url }}</Image>
<Url type="text/html" method="get" template="{{ "/search.html" | absolute_url }}?keyword={searchTerms}"/>
<moz:SearchForm>{{ "/search.html" | absolute_url }}</moz:SearchForm>
</OpenSearchDescription>