blog-hexo/themes/hexo-theme-cosy/layout/weather.ejs

13 lines
281 B
Plaintext
Raw Normal View History

2023-10-19 21:55:22 +08:00
<%- css("/css/f3729dde.css")%>
<div class="weather glass-material"></div>
<script>
window.weather = {
enable: "<%= theme.weather.enable %>",
cityCode: "<%= theme.weather.cityCode %>",
appKey: "<%= theme.weather.appKey %>",
}
</script>
<%- js("/js/ca6b30b5.js")%>