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
eefb32fc
Commit
eefb32fc
authored
Nov 18, 2022
by
wolfcode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed bug.
parent
a03a8a56
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
default.html
app/view/template_001/default.html
+1
-1
index.html
app/view/template_001/index/index.html
+1
-1
index.html
app/view/template_002/category/index.html
+1
-1
popular_article.html
app/view/template_002/public/popular_article.html
+1
-1
No files found.
app/view/template_001/default.html
View file @
eefb32fc
...
...
@@ -13,7 +13,7 @@
<link
rel=
"stylesheet"
href=
"/static/template_001/css/swiper-bundle.min.css"
type=
"text/css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"/static/template_001/css/web/public.css"
type=
"text/css"
media=
"all"
>
<link
rel=
"stylesheet"
href=
"/static/template_001/lib/font-awesome-4.7.0/css/font-awesome.min.css"
>
<script
type=
"text/javascript"
src=
"/static/js/jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"/static/
template_001/
js/jquery.min.js"
></script>
</head>
<body
class=
"home page-template-default page page-id-2039 gdlr-core-body woocommerce-no-js akea-body akea-body-front akea-full akea-with-sticky-navigation akea-blockquote-style-1 gdlr-core-link-to-lightbox"
>
<div
class=
"akea-mobile-header-wrap"
>
...
...
app/view/template_001/index/index.html
View file @
eefb32fc
...
...
@@ -84,7 +84,7 @@
</div>
</div>
</div>
<script
type=
"text/javascript"
src=
"/static/js/swiper-bundle.min.js"
></script>
<script
type=
"text/javascript"
src=
"/static/
template_001/
js/swiper-bundle.min.js"
></script>
<script>
$
(
function
()
{
var
swiper
=
new
Swiper
(
".mySwiper"
,
{
...
...
app/view/template_002/category/index.html
View file @
eefb32fc
...
...
@@ -24,7 +24,7 @@
<div
class=
"index_list_right"
>
<div
class=
"index_list_img"
>
<a
href=
"/info/{$vo.id}/"
>
<img
class=
"lazy"
src=
"/static/images/loading.gif"
data-src=
"{$vo.img}"
>
<img
class=
"lazy"
src=
"/static/
template_002/
images/loading.gif"
data-src=
"{$vo.img}"
>
</a>
</div>
</div>
...
...
app/view/template_002/public/popular_article.html
View file @
eefb32fc
...
...
@@ -8,7 +8,7 @@
<div
class=
"gdlr-core-recent-post-widget clearfix"
>
<a
href=
"/info/{$vo.id}/"
>
<div
class=
"gdlr-core-recent-post-widget-thumbnail gdlr-core-media-image"
>
<img
src=
"{$vo.img|default='/static/images/default-popular.webp'}"
alt
width=
"150"
height=
"150"
>
<img
src=
"{$vo.img|default='/static/
template_002/
images/default-popular.webp'}"
alt
width=
"150"
height=
"150"
>
</div>
<div
class=
"gdlr-core-recent-post-widget-content"
>
<div
class=
"gdlr-core-recent-post-widget-title"
>
{$vo.title}
</div>
...
...
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