mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-09-21 06:00:11 +08:00
fix(account): polish sidebar favorites and sync feedback
This commit is contained in:
@@ -29,6 +29,10 @@ export const cloudItemKey = (
|
||||
item: Pick<SyncedAppListItem, "origin" | "pkgname">,
|
||||
): string => `${item.origin}:${item.pkgname}`;
|
||||
|
||||
export const cloudPackageKey = (
|
||||
item: Pick<SyncedAppListItem, "pkgname">,
|
||||
): string => item.pkgname;
|
||||
|
||||
export const mergeInstalledApps = (
|
||||
currentApps: App[],
|
||||
refreshedApps: App[],
|
||||
|
||||
Reference in New Issue
Block a user