Skip to content

Commit 1a4cc52

Browse files
committed
🐛更正插件名为mtfPicListbox
1 parent 26e5508 commit 1a4cc52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ https://github.com/mantoufan/mtfPicListbox/releases
2222
<div id="js_box"></div>
2323
<!-- 放置图片列表的位置:结束 -->
2424
<!-- 引入Js:开始 -->
25-
<script type='text/javascript' src="/mtfImgListbox.js"></script>
25+
<script type='text/javascript' src="./mtfPicListbox.js"></script>
2626
<!-- 引入Js:结束 -->
2727
<!-- 初始化配置:开始 -->
2828
<script>
29-
mtfJsImgList.init({
29+
mtfPicListbox.init({
3030
el: 'js_box', // 放置图片列表的容器ID
3131
autoPlay: 3500, // 自动播放时间间隔,为0,不自动播放,点击任意图片,会停止自动播放
3232
datas : {

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div id="js_img_box"></div>
1010
<script type='text/javascript' src="./mtfPicListbox.js"></script>
1111
<script>
12-
mtfJsImgList.init({
12+
mtfPicListbox.init({
1313
el: 'js_img_box', // 放置图片列表的容器ID
1414
autoPlay: 3500, // 自动播放时间间隔,为0,不自动播放,点击任意图片,会停止自动播放
1515
datas : {

0 commit comments

Comments
 (0)