新增预览分页,可以设置每页有多少张图片;将预览抽取为单独一个组件;(同步更新)向index.html添加meta使得可以添加到ios主页

This commit is contained in:
chuzhongzai
2023-06-29 14:17:55 +08:00
parent 76b4179ace
commit 7cfeaf618c
5 changed files with 112 additions and 24 deletions
+1
View File
@@ -617,6 +617,7 @@ const state = {
isOnlineReading: false, //是否在线看
currentGid: "", //当前GID
currentLinks: [], //当前本子链接
lengthPerPage: 0, //在线预览每页图片数量
page: 1, //当前页数
length: 5, //每页能有多少个链接