fix(github): activity allow empty

This commit is contained in:
DIYgod 2025-05-29 17:52:16 +08:00
parent 5b84d70d27
commit 025cd6542c
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ export const route: Route = {
guid: item.id,
image,
})),
allowEmpty: true,
};
},
};