feat: update package.json to remove lint-staged, add eslint configuration and dependencies
feat: add state management for recording in RecordeReplayPage component refactor: remove bridge and storage services as they are no longer needed chore: update tsconfig.json for improved type checking and module resolution fix: update downloadHtml function to use eventWithTime type and improve formatting fix: add error logging in formatWithZone function for better debugging
This commit is contained in:
@@ -15,6 +15,7 @@ export const formatWithZone = (
|
||||
timeZone: zone,
|
||||
}).format(ms);
|
||||
} catch (e) {
|
||||
console.error('formatWithZone error:', e);
|
||||
return '格式错误';
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user