hookehuyr

fix

......@@ -30,7 +30,7 @@
// 因为不能让空图标提前出来的写法
const emptyStatus = ref(false);
const limit = ref(10);
const limit = ref(30);
const offset = ref(0);
// 处理书籍下作品列表
......