소스 검색

Update 3 files

- /js/simple-jekyll-search.min.js
- /README.md
- /search.html
mayx 8 달 전
부모
커밋
82d6628c12
3개의 변경된 파일6개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 1
      README.md
  2. 5 0
      js/simple-jekyll-search.min.js
  3. 1 4
      search.html

+ 0 - 1
README.md

@@ -27,7 +27,6 @@ Powered by [Jekyll](https://github.com/jekyll/jekyll)
 
 [网易云音乐](https://music.163.com/)   
 [CDNJS](https://cdnjs.com/)   
-[unpkg](https://unpkg.com/)   
 
 ## 版权声明
 未经作者同意,请勿转载   

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 5 - 0
js/simple-jekyll-search.min.js


+ 1 - 4
search.html

@@ -4,12 +4,9 @@ title: 搜索
 ---
 
 <h1>搜索</h1>
-<!-- HTML elements for search -->
 <p>Keyword: <input type="text" id="search-input" placeholder="Search blog posts.."> <img src="/images/loading.svg" id="search-loading" style="width:22px;vertical-align: bottom"></p>
 <ul id="results-container"></ul>
-
-<!-- or without installing anything -->
-<script src="https://unpkg.com/simple-jekyll-search@latest/dest/simple-jekyll-search.min.js"></script>
+<script src="/js/simple-jekyll-search.min.js"></script>
 <script>
 function getQueryVariable(variable)
 {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.