feat: toggle next auto-update time on subscription card click and show update result feedback
This commit is contained in:
@@ -359,3 +359,7 @@ export const isAdmin = async () => {
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
||||
export async function getNextUpdateTime(uid: string) {
|
||||
return invoke<number | null>("get_next_update_time", { uid });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user