Fix deleteFeeds

This commit is contained in:
sunfkny 2024-10-22 11:17:57 +08:00
parent 32b64401ea
commit 8a90a70648

View File

@ -131,4 +131,4 @@ const builtInItems: CheckInItem[] = [
},
]
export const [checkInItems] = registerAndGetData('checkInCenter.items', builtInItems)
export const [checkInItems] = registerAndGetData('deleteFeeds.items', builtInItems)