mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 00:36:41 +08:00
fix typing
This commit is contained in:
@@ -42,7 +42,7 @@ const getParams = () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// 获取订阅列表数据
|
// 获取订阅列表数据
|
||||||
const fetchData = async ({ done }) => {
|
const fetchData = async ({ done }: { done: any }) => {
|
||||||
try {
|
try {
|
||||||
if (!props.apipath) {
|
if (!props.apipath) {
|
||||||
return;
|
return;
|
||||||
@@ -136,5 +136,4 @@ const fetchData = async ({ done }) => {
|
|||||||
.grid-media-card {
|
.grid-media-card {
|
||||||
grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user