雨霖铃
|
a0854da80c
|
feat: add tab switching to App component
- Add PageType type definition
- Add currentPage state
- Add tab switching buttons
- Add conditional rendering of pages
Co-Authored-By: Claude Op. 4.6 <noreply@anthropic.com>
|
2026-03-20 01:16:57 +08:00 |
|
雨霖铃
|
050621d3dc
|
refactor: 精简时间戳功能为简约单页面
- 将3个时间戳组件合并为一个简约页面
- 移除路由、导航栏等不必要组件
- 预填充当前时间/时间戳
- 始终显示结果框
- 清理测试文件和依赖
|
2026-03-19 00:18:09 +08:00 |
|
雨霖铃
|
9db9481ef4
|
refactor: 移除测试页面路由配置
|
2026-03-19 00:01:46 +08:00 |
|
雨霖铃
|
4d52cbb12f
|
refactor: 移除所有录制功能代码
- 删除录制相关页面组件(RecordReplayPage、ReplayListPage、ReplayPlayerPage)
- 删除录制工具文件(recordEventsDb、recordUtils、useRecorder、tabUtils)
- 清理 background.ts 和 content.ts 中的录制代码
- 更新 App.tsx 移除录制路由
- 清理 messages.tsx 中的消息定义
- 删除 types.tsx 中的录制状态
- 移除 package.json 中的 rrweb 相关依赖
- 更新 wxt.config.ts 移除 offscreen、downloads 权限
- 删除 offscreen 目录
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-18 23:57:32 +08:00 |
|
雨霖铃
|
789705c33b
|
feat: 添加内置回放界面和错误修复
|
2026-03-16 23:40:56 +08:00 |
|
雨霖铃
|
50034331bc
|
refactor: 统一扩展消息机制并优化组件结构
1、统一消息系统:将 background、content 和 popup 的通信方式从原生的 chrome.runtime 迁移至 @webext-core/messaging,修复了消息回调返回 undefined 的问题。
2、优化组件结构:将通用组件从 entrypoints/popup/components 迁移至根目录 components,并使用 MUI 重构了 Navbar。
3、同步更新:调整了录制工具 (useRecorder) 和各页面组件(RecordeReplayPage, TestPage等),以适配新的消息协议和组件路径。
|
2026-02-13 20:38:15 +08:00 |
|
雨霖铃
|
22985f4c18
|
feat:添加测试页面并优化时间戳工具
refactor: 优化时间戳转换组件及整体代码结构
chore: 更新构建配置和包依赖项
|
2026-02-13 17:29:01 +08:00 |
|
雨霖铃
|
ee4d328b9c
|
refactor:
1、添加全局toast
2、将CopyButton拆分为useCopy hook
|
2026-02-13 00:24:56 +08:00 |
|
雨霖铃
|
38b7d16c31
|
feat: 添加导航栏组件,优化路由持久化逻辑,更新存储工具类
|
2026-02-07 13:17:32 +08:00 |
|
雨霖铃
|
0b70c0c0c1
|
feat:
1、移动popup的page、components
2、更新wxt的host权限
3、验证message传递逻辑
|
2026-02-01 00:21:36 +08:00 |
|
雨霖铃
|
0ff33cbeb3
|
feat: 添加离屏文档创建和下载功能,优化录制逻辑
|
2026-01-29 19:35:55 +08:00 |
|
雨霖铃
|
4edb2f1a47
|
feat:
1. 重构CopyButton
2. 修改Router特性
3. 修改CopyButton传参
4. 添加options页面
|
2026-01-28 00:42:05 +08:00 |
|
雨霖铃
|
b33194bd2d
|
更换使用wxt框架搭建testing tool
|
2026-01-27 23:09:57 +08:00 |
|