i18n
xaoxuu 5 years ago
parent eccf64737c
commit e65721bdaf
  1. 6
      _config.yml
  2. 2
      layout/_partial/scripts.ejs

@ -4,10 +4,10 @@ info:
docs: https://xaoxuu.com/wiki/material-x/
cdn: # 把对应的那一行注释掉就使用本地的文件
css:
# style: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-material-x@19.4.11/css/style.css
style: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-material-x@19.4.12/css/style.css
js:
# app: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-material-x@19.4.11/js/app.js
# search: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-material-x@19.4.11/js/search.js
app: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-material-x@19.4.12/js/app.js
search: https://cdn.jsdelivr.net/gh/xaoxuu/cdn-material-x@19.4.12/js/search.js
volantis: https://cdn.jsdelivr.net/gh/xaoxuu/volantis@1/js/volantis.min.js

@ -1,4 +1,4 @@
<script src="https://cdn.jsdelivr.net/npm/jquery@3.2.1/dist/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.3.1/dist/jquery.min.js"></script>
<% if (theme.search && theme.search.enable) { %>
<script>
var GOOGLE_CUSTOM_SEARCH_API_KEY = "<%- theme.search.google_api_key %>";

Loading…
Cancel
Save