雨霖铃
3ece5e2e96
fix: 修复 ESLint 配置及组件弃用属性警告,优化代码格式
...
1. 工程配置:
- 更新 tsconfig.json include 规则,解决 eslint.config.ts 未被包含的问题。
2. 组件重构 (Material UI 适配):
- Navbar: 替换已弃用的 PaperProps 为 slotProps.paper。
- TimestampToDatetime / DatetimeToTimestamp: 替换已弃用的 InputProps 为 slotProps.input。
3. 类型与逻辑修复:
- utils/recordUtils.tsx: 引入缺失依赖,忽略 UNSAFE_replayCanvas 等类型报错,修复构建问题。
- utils/messages.tsx: 完善事件参数类型定义。
4. 其他优化:
- 统一 App.css 代码格式。
- 补充部分组件 (CopyButton, TimestampExecution) 的 React 导入和类型定义。
2026-02-13 23:46:16 +08:00
雨霖铃
a93a8b3e9a
refactor:优化时间戳工具,优化CopyButton
2026-02-12 21:26:41 +08:00
雨霖铃
38b7d16c31
feat: 添加导航栏组件,优化路由持久化逻辑,更新存储工具类
2026-02-07 13:17:32 +08:00
雨霖铃
0ff33cbeb3
feat: 添加离屏文档创建和下载功能,优化录制逻辑
2026-01-29 19:35:55 +08:00
雨霖铃
92026ee7fa
Refactor time utility functions for improved type safety and error handling
...
- Removed deprecated formatDate function.
- Enhanced formatWithZone to support TypeScript types for parameters.
- Updated getTimeZoneOffset to use TypeScript types.
- Improved formatWithDate for better error messages and type safety.
2026-01-28 22:39:44 +08:00
雨霖铃
b33194bd2d
更换使用wxt框架搭建testing tool
2026-01-27 23:09:57 +08:00