Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
webman-blog
Project
Project
Details
Activity
Releases
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
魏洲
webman-blog
Commits
d7f6a3b6
Commit
d7f6a3b6
authored
Jan 31, 2023
by
wolfcode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
17a1d671
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
404.html
public/404.html
+1
-1
404.css
public/static/template_001/css/404.css
+2
-2
lay-config.js
public/static/template_001/js/admin/lay-config.js
+1
-1
404.css
public/static/template_002/css/404.css
+2
-2
lay-config.js
public/static/template_002/js/admin/lay-config.js
+1
-1
No files found.
public/404.html
View file @
d7f6a3b6
...
...
@@ -49,6 +49,6 @@
<div
class=
"astronaut__head-visor-flare2"
></div>
</div>
</div>
<script
src=
"/static/js/404.js"
></script>
<script
src=
"/static/
template_001/
js/404.js"
></script>
</body>
</html>
public/static/template_001/css/404.css
View file @
d7f6a3b6
...
...
@@ -3,7 +3,7 @@
font-style
:
normal
;
font-weight
:
400
;
font-display
:
swap
;
src
:
url(/static/css/font_2562904_eglyx95l6ch.woff2)
format
(
'woff2'
);
src
:
url(/static/
template_001/
css/font_2562904_eglyx95l6ch.woff2)
format
(
'woff2'
);
unicode-range
:
U
+
0100-024
F
,
U
+
0259
,
U
+
1
E00-1EFF
,
U
+
2020
,
U
+
20
A0-20AB
,
U
+
20
AD-20CF
,
U
+
2113
,
U
+
2
C60-2C7F
,
U
+
A720-A7FF
;
}
...
...
@@ -12,7 +12,7 @@
font-style
:
normal
;
font-weight
:
400
;
font-display
:
swap
;
src
:
url(/static/css/font_2562904_eglyx95l6ch.woff2)
format
(
'woff2'
);
src
:
url(/static/
template_001/
css/font_2562904_eglyx95l6ch.woff2)
format
(
'woff2'
);
unicode-range
:
U
+
0000-00
FF
,
U
+
0131
,
U
+
0152-0153
,
U
+
02
BB-02BC
,
U
+
02
C6
,
U
+
02
DA
,
U
+
02
DC
,
U
+
2000-206
F
,
U
+
2074
,
U
+
20
AC
,
U
+
2122
,
U
+
2191
,
U
+
2193
,
U
+
2212
,
U
+
2215
,
U
+
FEFF
,
U
+
FFFD
;
}
...
...
public/static/template_001/js/admin/lay-config.js
View file @
d7f6a3b6
...
...
@@ -7,7 +7,7 @@
window
.
rootPath
=
(
function
(
src
)
{
src
=
document
.
scripts
[
document
.
scripts
.
length
-
1
].
src
;
let
_path
=
src
.
substring
(
0
,
src
.
lastIndexOf
(
"/"
)
+
1
)
if
(
!
_path
)
_path
=
'/static/js/admin/'
if
(
!
_path
)
_path
=
'/static/
template_001/
js/admin/'
return
_path
;
})();
...
...
public/static/template_002/css/404.css
View file @
d7f6a3b6
...
...
@@ -3,7 +3,7 @@
font-style
:
normal
;
font-weight
:
400
;
font-display
:
swap
;
src
:
url(/static/css/font_2562904_eglyx95l6ch.woff2)
format
(
'woff2'
);
src
:
url(/static/
template_001/
css/font_2562904_eglyx95l6ch.woff2)
format
(
'woff2'
);
unicode-range
:
U
+
0100-024
F
,
U
+
0259
,
U
+
1
E00-1EFF
,
U
+
2020
,
U
+
20
A0-20AB
,
U
+
20
AD-20CF
,
U
+
2113
,
U
+
2
C60-2C7F
,
U
+
A720-A7FF
;
}
...
...
@@ -12,7 +12,7 @@
font-style
:
normal
;
font-weight
:
400
;
font-display
:
swap
;
src
:
url(/static/css/font_2562904_eglyx95l6ch.woff2)
format
(
'woff2'
);
src
:
url(/static/
template_001/
css/font_2562904_eglyx95l6ch.woff2)
format
(
'woff2'
);
unicode-range
:
U
+
0000-00
FF
,
U
+
0131
,
U
+
0152-0153
,
U
+
02
BB-02BC
,
U
+
02
C6
,
U
+
02
DA
,
U
+
02
DC
,
U
+
2000-206
F
,
U
+
2074
,
U
+
20
AC
,
U
+
2122
,
U
+
2191
,
U
+
2193
,
U
+
2212
,
U
+
2215
,
U
+
FEFF
,
U
+
FFFD
;
}
...
...
public/static/template_002/js/admin/lay-config.js
View file @
d7f6a3b6
...
...
@@ -7,7 +7,7 @@
window
.
rootPath
=
(
function
(
src
)
{
src
=
document
.
scripts
[
document
.
scripts
.
length
-
1
].
src
;
let
_path
=
src
.
substring
(
0
,
src
.
lastIndexOf
(
"/"
)
+
1
)
if
(
!
_path
)
_path
=
'/static/js/admin/'
if
(
!
_path
)
_path
=
'/static/
template_001/
js/admin/'
return
_path
;
})();
...
...
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