适配新版Timeless主题

master
落雨楓 2 years ago
parent 1b23c70ecd
commit 4427bc0aee

@ -71,7 +71,6 @@ module.exports = {
// data // data
feedList.value = recentList; feedList.value = recentList;
loading.value = false; loading.value = false;
console.log('feedList', feedList);
} }
}); });
} }

@ -68,6 +68,21 @@
a { a {
color: #000; color: #000;
text-decoration: none; text-decoration: none;
&:hover {
color: #000;
text-decoration: none;
}
&:visited {
color: #000;
text-decoration: none;
&:hover {
color: #000;
text-decoration: none;
}
}
} }
.isekai-list-item-content { .isekai-list-item-content {

Loading…
Cancel
Save