Skip to content

Commit

Permalink
Merge pull request #15 from mokeyjay/develop
Browse files Browse the repository at this point in the history
修复没有轮播的问题
  • Loading branch information
mokeyjay authored Jul 29, 2022
2 parents ab23048 + ecb9599 commit 72e1a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Views/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function gtag(){dataLayer.push(arguments);}
</script>
</head>
<body>
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="false">
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<?php foreach ($pixivJson['data'] as $k => $data): ?>
<?php if ($k >= Config::$limit) break; ?>
Expand Down

0 comments on commit 72e1a12

Please sign in to comment.