master
xaoxuu 4 years ago
parent 4e8deda07d
commit 7076fd0d58
  1. 2
      _config.yml
  2. 2
      layout/_partial/header.ejs

@ -1,7 +1,7 @@
############################### 主题基本信息 ###############################
info:
name: Volantis
version: '2.0-beta2'
version: '2.0-beta3'
docs: https://volantis.js.org/
cdn: # 要使用CDN,请在根目录的config文件中写上 use_cdn: true
css:

@ -17,7 +17,7 @@
<%- theme.navbar.logo.title %>
<% } %>
<% } else { %>
<%- theme.info.name.toUpperCase() %> <b><sup style='color:<%- theme.info.version.indexOf('beta') > 0 ? '#ff9800':'#4caf50' %>'><%- theme.info.version %></sup></b>
<%- theme.info.name.toUpperCase() %> <b><sup style='color:<%- theme.info.version.indexOf('beta') > 0 ? '#ff9800':'#3AA757' %>'><%- theme.info.version %></sup></b>
<% } %>
<% } %>
</a>

Loading…
Cancel
Save