Skip to content

Commit

Permalink
feat: added gingko css file
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Sep 15, 2020
1 parent 624d011 commit 9e39fd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ function appendElementToPage(element, tagId, typeT) {
document.getElementsByTagName('head')[0].appendChild(element)
}

appendCSSToPage('cssCard', window.URLScriptServer + 'css/card.min.css')
appendCSSToPage('cssCardList', window.URLScriptServer + 'css/card.min.css')
appendCSSToPage('cssCardChain', window.URLScriptServer + 'css/gingko.min.css')
appendScriptToPage('switchMode', window.URLScriptServer + 'js/switch.js')

0 comments on commit 9e39fd8

Please sign in to comment.