diff --git a/view/scripts/controllers/tags-controller.js b/view/scripts/controllers/tags-controller.js index d8c48f5..c1bc558 100644 --- a/view/scripts/controllers/tags-controller.js +++ b/view/scripts/controllers/tags-controller.js @@ -88,6 +88,11 @@ app.controller('tagsCtr', ['$scope', '$filter', '$state', '$window', '$statePara clearInterval(id); } }, 10); + } else if ($scope.showMode == 'item' && bookmarks.length == $scope.pageSize) { + $timeout(() => { + $("#" + bookmarks[bookmarks.length * 2 / 5 - 1].id).after(`
`); + $("#" + bookmarks[bookmarks.length * 4 / 5 - 1].id).after(`
`); + }, 100); } $timeout(function () { diff --git a/view/views/tags.html b/view/views/tags.html index ca6ddab..cbb01ca 100644 --- a/view/views/tags.html +++ b/view/views/tags.html @@ -49,7 +49,7 @@ -
正在加载中...
+
正在加载中...
@@ -104,7 +104,7 @@ {{bookmark.title}} -
+