Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
towerFront
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
WitCloud
towerFront
Commits
9e722c8c
Commit
9e722c8c
authored
Mar 18, 2019
by
van.chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
加入favicon.ico
parent
348e8292
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
angular.json
angular.json
+1
-1
favicon.ico
src/assets/favicon.ico
+0
-0
index.html
src/index.html
+1
-1
No files found.
angular.json
View file @
9e722c8c
...
...
@@ -82,7 +82,7 @@
"budgets"
:
[
{
"type"
:
"initial"
,
"maximumWarning"
:
"
3
mb"
,
"maximumWarning"
:
"
5
mb"
,
"maximumError"
:
"5mb"
}
]
...
...
src/assets/favicon.ico
0 → 100644
View file @
9e722c8c
3.76 KB
src/index.html
View file @
9e722c8c
...
...
@@ -7,7 +7,7 @@
<base
href=
"/"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
http-equiv=
"x-ua-compatible"
content=
"ie=edge"
>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"favicon.ico"
>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"
./assets/
favicon.ico"
>
<!-- Apple Touch Icon -->
<!-- <link rel="apple-touch-icon" href="custom-icon.png"> -->
<style
type=
"text/css"
>
.preloader
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
overflow
:
hidden
;
background
:
#49a9ee
;
z-index
:
9999
;
transition
:
opacity
.65s
}
.preloader-hidden-add
{
opacity
:
1
;
display
:
block
}
.preloader-hidden-add-active
{
opacity
:
0
}
.preloader-hidden
{
display
:
none
}
.cs-loader
{
position
:
absolute
;
top
:
0
;
left
:
0
;
height
:
100%
;
width
:
100%
}
.cs-loader-inner
{
transform
:
translateY
(
-50%
);
top
:
50%
;
position
:
absolute
;
width
:
100%
;
color
:
#fff
;
text-align
:
center
}
.cs-loader-inner
label
{
font-size
:
20px
;
opacity
:
0
;
display
:
inline-block
}
@keyframes
lol
{
0
%
{
opacity
:
0
;
transform
:
translateX
(
-300px
)}
33
%
{
opacity
:
1
;
transform
:
translateX
(
0
)}
66
%
{
opacity
:
1
;
transform
:
translateX
(
0
)}
100
%
{
opacity
:
0
;
transform
:
translateX
(
300px
)}}
.cs-loader-inner
label
:nth-child
(
6
)
{
animation
:
lol
3s
infinite
ease-in-out
}
.cs-loader-inner
label
:nth-child
(
5
)
{
animation
:
lol
3s
.1s
infinite
ease-in-out
}
.cs-loader-inner
label
:nth-child
(
4
)
{
animation
:
lol
3s
.2s
infinite
ease-in-out
}
.cs-loader-inner
label
:nth-child
(
3
)
{
animation
:
lol
3s
.3s
infinite
ease-in-out
}
.cs-loader-inner
label
:nth-child
(
2
)
{
animation
:
lol
3s
.4s
infinite
ease-in-out
}
.cs-loader-inner
label
:nth-child
(
1
)
{
animation
:
lol
3s
.5s
infinite
ease-in-out
}
</style>
...
...
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