保存进度!

This commit is contained in:
2023-07-11 18:35:17 +08:00
parent dbc5066aed
commit c4b1c754a9
3 changed files with 27 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ function saveStaffInfo( stuff: StaffInfo ): void
const json = JSON.stringify( stuff );
window.localStorage.setItem( STUFF_ITEM, json );
};
}
function cleanStaffInfo(): void
{
@@ -102,7 +102,8 @@ function clearCallerInfo(): void
window.localStorage.removeItem( CALLER_ITEM );
}
export {
export
{
loadStaffInfo,
saveStaffInfo,
cleanStaffInfo,