Commit Graph

116 Commits

Author SHA1 Message Date
15f9b68e7d feat: 使用全局ip与port配置摄像头 2025-07-09 21:54:34 +08:00
bbad7388d8 feat: 添加功能底栏 2025-07-09 20:48:11 +08:00
2a766c3f6b refactor: merge 2025-07-09 17:08:12 +08:00
de28471f87 rm:去除konva 2025-07-09 17:05:29 +08:00
3a292c0a98 refactor:持续解耦合 2025-07-09 16:32:17 +08:00
91b00a977c refactor: 给Canvas解耦合 2025-07-09 15:55:49 +08:00
c5ce246caf refactor: 重构projectview页面结构 2025-07-09 14:42:29 +08:00
443aea5e3e feat: 更新api,并更新了串流页面 2025-07-09 13:39:03 +08:00
ff7f7b5a76 refactor: 将IP与端口输入框单独抽象成独立文件方便调用 2025-07-07 20:24:34 +08:00
a9ab5926ed feat: 实现简易示波器功能 2025-07-07 19:38:12 +08:00
2e084bfb58 refactor:使用lucide替代navbar的icon,并删去video的标题栏 2025-07-07 15:18:29 +08:00
c3bd61ed51 refactor: 重构canvas 2025-07-03 21:56:58 +08:00
e84a784517 feat: 支持实际摄像头视频流 2025-07-03 17:51:12 +08:00
14d8499f77 refactor: try to rewrite component manager 2025-07-02 21:16:18 +08:00
f1e2dbd9d8 feat: add components drawer 2025-07-01 21:08:58 +08:00
fbd13f8f2f fix: select rect wrong after zoom in / out 2025-06-30 21:48:41 +08:00
6cf7ef02ac feat: add resizer and add zoom in / out for canvas 2025-06-30 21:39:08 +08:00
alivender
4c14ada97b feat: add http vedio test 2025-06-18 18:39:58 +08:00
8207c37e12 fix: box select failed 2025-06-14 10:58:00 +08:00
db71681bdf try to fix box select 2025-06-13 22:05:09 +08:00
2270022bbe feat: auto hide rect bounding when not hover 2025-06-13 21:05:44 +08:00
dcadb97a7f fix: correct calculate rect bounding 2025-06-13 20:08:46 +08:00
1538bb9d07 add boarder 2025-06-12 21:49:23 +08:00
f340c86a41 feat: add rect select but have some problems 2025-06-11 21:25:15 +08:00
b6fb7e05fa refactor: rewrite basic canvas using konva 2025-06-06 21:05:46 +08:00
alivender
a865cfc950 fix: 注释掉调试日志以清理控制台输出 2025-05-20 20:09:39 +08:00
46621fdb40 fix: jam when doc panel open 2025-05-20 18:34:44 +08:00
alivender
09b8f676ba add: more exp markdown 2025-05-20 10:51:38 +08:00
alivender
6d640e8049 add: home select exp 2025-05-20 09:35:29 +08:00
7f37514dfa fix: marked don't render images 2025-05-19 21:56:30 +08:00
alivender
0bd3b42840 feat: add markdown 2025-05-19 21:40:55 +08:00
068576b60b Merge branch 'csharp' 2025-05-19 21:19:55 +08:00
a6ac728cf1 fix: boundary scan could not save 2025-05-19 18:47:15 +08:00
ba6ec73b84 fix: frontend upload bitstream failed 2025-05-19 15:56:23 +08:00
5042bf8ce5 feat: frontend add boundary scan 2025-05-19 13:30:06 +08:00
7aff4f3f02 fix: Component awlays reset 2025-05-17 17:32:16 +08:00
9b2ee8ad46 fix: DDS couldn't apply 2025-05-17 13:10:00 +08:00
alivender
7dd5e2189f add: markdown viewer 2025-05-16 20:35:43 +08:00
1eded97c76 fix: remote update failed and template not found 2025-05-15 20:23:48 +08:00
00ce79fa7b feat: add remote update function 2025-05-14 21:22:20 +08:00
alivender
48ae3b5975 Merge branch 'master' of ssh://git.swordlost.top:222/SikongJueluo/FPGA_WebLab into dpp 2025-05-14 19:45:10 +08:00
alivender
21197887cd add: AdminView and remote update view 2025-05-14 19:44:39 +08:00
eea03f5bc8 feat: upload and download bitstream from the component of project view 2025-05-13 18:14:57 +08:00
099d44663d Merge branch 'csharp' 2025-05-13 13:00:37 +08:00
alivender
91838ff632 add: DDS virtual component 2025-05-11 14:41:38 +08:00
020674a277 feat: change test view to basic jtag upload and download page 2025-05-09 21:44:51 +08:00
alivender
6a786c1519 feat: Refactor code structure for improved readability and maintainability 2025-05-09 19:28:43 +08:00
alivender
47cfe17d16 Refactor component configuration and diagram management
- Removed the component configuration from `componentConfig.ts` to streamline the codebase.
- Introduced a new `diagram.json` file to define the initial structure for diagrams.
- Created a `diagramManager.ts` to handle diagram data, including loading, saving, and validating diagram structures.
- Updated `ProjectView.vue` to integrate the new diagram management system, including handling component selection and property updates.
- Enhanced the component property management to support dynamic attributes and improved error handling.
- Added functions for managing connections between components within the diagram.
2025-05-07 15:42:35 +08:00
alivender
1c75aa621a feat: Enhance equipment components with pin functionality and constraint management
- Added pin support to MechanicalButton, enabling pin-click events and componentId handling.
- Updated Pin component to manage constraint states and colors dynamically.
- Integrated SMT_LED with pin functionality, allowing LED state to respond to constraints.
- Enhanced Wire component to reflect constraint colors and manage wire states based on pin connections.
- Introduced wireManager for managing wire states and constraints.
- Implemented a constraints store for managing and notifying constraint state changes across components.
- Updated component configuration to remove appearance options and clarify constraint descriptions.
- Improved ProjectView to handle optional chaining for props and ensure robust data handling.
- Initialized constraint communication in main application entry point.
2025-04-29 11:05:30 +08:00
alivender
10db7c67bf feat: Pin移动连线也跟着移动 2025-04-27 14:08:05 +08:00