mirror of
				https://github.com/Mabbs/mabbs.github.io
				synced 2025-10-28 12:17:44 +00:00 
			
		
		
		
	
		
			
	
	
		
			13 lines
		
	
	
		
			607 B
		
	
	
	
		
			XML
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			607 B
		
	
	
	
		
			XML
		
	
	
	
	
	
|   | --- | ||
|  | --- | ||
|  | 
 | ||
|  | <?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> |