Commit bb5bd3f2 authored by Liang's avatar Liang

🎨 fixed #12432

parent 06776c9c
......@@ -27,6 +27,7 @@
<include path="/favicon.ico"/>
<include path="/favicon.png"/>
<include path="/robots.txt"/>
<include path="/manifest.json"/>
<include path="/js/**.js"/>
<include path="/js/**/*.js"/>
......
......@@ -15,6 +15,7 @@
<link type="text/css" rel="stylesheet" href="${staticServePath}/js/lib/CodeMirrorEditor/codemirror.min.css?${staticResourceVersion}" />
<link type="text/css" rel="stylesheet" href="${staticServePath}/js/lib/highlight.js-9.6.0/styles/github.css?${staticResourceVersion}" />
<link rel="icon" type="image/png" href="${staticServePath}/favicon.png" />
<link rel="manifest" href="${servePath}/manifest.json">
</head>
<body onhashchange="admin.setCurByHash();">
<div class="tip"><span id="loadMsg">${loadingLabel}</span></div>
......
{
"name": "Solo - 博客",
"short_name": "Solo",
"start_url": ".",
"display": "standalone",
"background_color": "#f1f2f7",
"orientation": "portrait",
"theme_color": "#1fb5ad",
"description": "一个用 Java 实现的博客系统,为你或你的团队创建个博客吧!",
"icons": [
{
"src": "images/logo/logo@48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "images/logo/logo@72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "images/logo/logo@96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "images/logo/logo@144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "images/logo/logo@192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "images/logo/logo@512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}
\ No newline at end of file
......@@ -12,5 +12,6 @@
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base${miniPostfix}.css?${staticResourceVersion}" charset="utf-8" />
<link href="${servePath}/blog-articles-rss.do" title="RSS" type="application/rss+xml" rel="alternate" />
<link rel="icon" type="image/png" href="${servePath}/favicon.png" />
<link rel="manifest" href="${servePath}/manifest.json">
${htmlHead}
</#macro>
\ No newline at end of file
......@@ -10,6 +10,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=yes" />
<meta http-equiv="Window-target" content="_top" />
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/themes/default/style.css?${staticResourceVersion}" charset="utf-8" />
<link rel="manifest" href="${servePath}/manifest.json">
<style type="text/css">
#headerbar, #wptouch-login, #wptouch-search {
background: #000000 url(/skins/${skinDirName}/themes/core/core-images/head-fade-bk.png);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment