Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo-1
Commits
bb5bd3f2
Unverified
Commit
bb5bd3f2
authored
May 16, 2018
by
Liang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🎨
fixed #12432
parent
06776c9c
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
46 additions
and
0 deletions
+46
-0
src/main/webapp/WEB-INF/static-resources.xml
src/main/webapp/WEB-INF/static-resources.xml
+1
-0
src/main/webapp/admin-index.ftl
src/main/webapp/admin-index.ftl
+1
-0
src/main/webapp/images/logo/logo@144.png
src/main/webapp/images/logo/logo@144.png
+0
-0
src/main/webapp/images/logo/logo@192.png
src/main/webapp/images/logo/logo@192.png
+0
-0
src/main/webapp/images/logo/logo@48.png
src/main/webapp/images/logo/logo@48.png
+0
-0
src/main/webapp/images/logo/logo@512.png
src/main/webapp/images/logo/logo@512.png
+0
-0
src/main/webapp/images/logo/logo@72.png
src/main/webapp/images/logo/logo@72.png
+0
-0
src/main/webapp/images/logo/logo@96.png
src/main/webapp/images/logo/logo@96.png
+0
-0
src/main/webapp/manifest.json
src/main/webapp/manifest.json
+42
-0
src/main/webapp/skins/Medium/macro-head.ftl
src/main/webapp/skins/Medium/macro-head.ftl
+1
-0
src/main/webapp/skins/mobile/macro-head.ftl
src/main/webapp/skins/mobile/macro-head.ftl
+1
-0
No files found.
src/main/webapp/WEB-INF/static-resources.xml
View file @
bb5bd3f2
...
@@ -27,6 +27,7 @@
...
@@ -27,6 +27,7 @@
<include
path=
"/favicon.ico"
/>
<include
path=
"/favicon.ico"
/>
<include
path=
"/favicon.png"
/>
<include
path=
"/favicon.png"
/>
<include
path=
"/robots.txt"
/>
<include
path=
"/robots.txt"
/>
<include
path=
"/manifest.json"
/>
<include
path=
"/js/**.js"
/>
<include
path=
"/js/**.js"
/>
<include
path=
"/js/**/*.js"
/>
<include
path=
"/js/**/*.js"
/>
...
...
src/main/webapp/admin-index.ftl
View file @
bb5bd3f2
...
@@ -15,6 +15,7 @@
...
@@ -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/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
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=
"icon"
type=
"image/png"
href=
"${staticServePath}/favicon.png"
/>
<link
rel=
"manifest"
href=
"${servePath}/manifest.json"
>
</head>
</head>
<body
onhashchange=
"admin.setCurByHash();"
>
<body
onhashchange=
"admin.setCurByHash();"
>
<div
class=
"tip"
><span
id=
"loadMsg"
>
${loadingLabel}
</span></div>
<div
class=
"tip"
><span
id=
"loadMsg"
>
${loadingLabel}
</span></div>
...
...
src/main/webapp/images/logo/logo@144.png
0 → 100644
View file @
bb5bd3f2
7.38 KB
src/main/webapp/images/logo/logo@192.png
0 → 100644
View file @
bb5bd3f2
8.94 KB
src/main/webapp/images/logo/logo@48.png
0 → 100644
View file @
bb5bd3f2
4.52 KB
src/main/webapp/images/logo/logo@512.png
0 → 100644
View file @
bb5bd3f2
21.1 KB
src/main/webapp/images/logo/logo@72.png
0 → 100644
View file @
bb5bd3f2
5.22 KB
src/main/webapp/images/logo/logo@96.png
0 → 100644
View file @
bb5bd3f2
5.95 KB
src/main/webapp/manifest.json
0 → 100644
View file @
bb5bd3f2
{
"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
src/main/webapp/skins/Medium/macro-head.ftl
View file @
bb5bd3f2
...
@@ -12,5 +12,6 @@
...
@@ -12,5 +12,6 @@
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base${miniPostfix}.css?${staticResourceVersion}" charset="utf-8" />
<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 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="icon" type="image/png" href="${servePath}/favicon.png" />
<link rel="manifest" href="${servePath}/manifest.json">
${htmlHead}
${htmlHead}
</#macro>
</#macro>
\ No newline at end of file
src/main/webapp/skins/mobile/macro-head.ftl
View file @
bb5bd3f2
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=yes" />
<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" />
<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 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">
<style type="text/css">
#headerbar, #wptouch-login, #wptouch-search {
#headerbar, #wptouch-login, #wptouch-search {
background: #000000 url(/skins/${skinDirName}/themes/core/core-images/head-fade-bk.png);
background: #000000 url(/skins/${skinDirName}/themes/core/core-images/head-fade-bk.png);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment