Commit Graph

45 Commits

Author SHA1 Message Date
alivender 0cc35ce541 feat: 移除电源控制按钮,在jtag操作时自动开启 2025-07-31 13:20:45 +08:00
alivender 27c8ceb1db fix:修复七段数码管的显示问题 2025-07-20 10:33:57 +08:00
SikongJueluo d30712d0f6
fix:尝试修复余晖效果 2025-07-20 09:31:19 +08:00
SikongJueluo a56a65cc0d
feat: 为获取idcode添加动画 2025-07-20 09:13:33 +08:00
SikongJueluo 9c7bde206b
fix: 修复jtag未认证的问题 2025-07-20 09:09:50 +08:00
SikongJueluo 9165c2e5f4
fix: 数字孪生的实验板不再需要设置开发板ip与端口 2025-07-16 16:47:52 +08:00
SikongJueluo 49cbdc51d9
fix: 修复多个外设无法认证的问题
refactor: 同时使用更加优雅的方式处理injection
2025-07-15 11:30:13 +08:00
SikongJueluo 2a766c3f6b
refactor: merge 2025-07-09 17:08:12 +08:00
SikongJueluo 3a292c0a98
refactor:持续解耦合 2025-07-09 16:32:17 +08:00
SikongJueluo c5ce246caf
refactor: 重构projectview页面结构 2025-07-09 14:42:29 +08:00
SikongJueluo 81f91b2b71
fix: boundary scan could not close and jtag scan failed 2025-05-20 20:31:52 +08:00
alivender 2eabb79d0f Merge branch 'master' of ssh://git.swordlost.top:222/SikongJueluo/FPGA_WebLab 2025-05-20 20:09:42 +08:00
alivender a865cfc950 fix: 注释掉调试日志以清理控制台输出 2025-05-20 20:09:39 +08:00
SikongJueluo fa7c947351
feat: backend add task id to reduce conflict 2025-05-20 20:08:20 +08:00
SikongJueluo dc64a65702
feat: add power control 2025-05-20 19:11:29 +08:00
SikongJueluo 3883cd8304
fix: matrix key not work 2025-05-20 18:13:52 +08:00
SikongJueluo 1bdcb672ab
feat: frontend add virtual matrix key 2025-05-20 18:13:52 +08:00
alivender b6d8612e8c feat: optimize segment 2025-05-20 16:25:02 +08:00
alivender 8f2f90ef1d add: segment afterglow effect 2025-05-19 23:08:22 +08:00
SikongJueluo d754a881d7
feat: frontend add set jtag frequency 2025-05-19 21:18:22 +08:00
SikongJueluo a6ac728cf1
fix: boundary scan could not save 2025-05-19 18:47:15 +08:00
SikongJueluo ba6ec73b84
fix: frontend upload bitstream failed 2025-05-19 15:56:23 +08:00
SikongJueluo 5042bf8ce5
feat: frontend add boundary scan 2025-05-19 13:30:06 +08:00
SikongJueluo 2a3ef1ea7d style: pretty frontend chip vue
feat: fronten add boundary scan to APIClient
2025-05-18 23:33:08 +08:00
SikongJueluo 7aff4f3f02
fix: Component awlays reset 2025-05-17 17:32:16 +08:00
SikongJueluo c7907b4253
fix: Componnent will reset when select of drag 2025-05-17 15:49:54 +08:00
SikongJueluo 3fb59af2dd
fix: DDS and drag will reset conponent props 2025-05-17 15:09:59 +08:00
SikongJueluo 9b2ee8ad46
fix: DDS couldn't apply 2025-05-17 13:10:00 +08:00
SikongJueluo c39f688115
fix: mother board reactive problem 2025-05-16 16:38:57 +08:00
SikongJueluo 1eded97c76
fix: remote update failed and template not found 2025-05-15 20:23:48 +08:00
SikongJueluo f0fa32aeaa
fix: jtag download failed 2025-05-14 19:40:37 +08:00
SikongJueluo 9657aacf83
feat: restore upload jtag bitstream 2025-05-13 21:52:58 +08:00
SikongJueluo eea03f5bc8
feat: upload and download bitstream from the component of project view 2025-05-13 18:14:57 +08:00
alivender 91838ff632 add: DDS virtual component 2025-05-11 14:41:38 +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
alivender b3a5342d6b feat: enhance DiagramCanvas and Pin components with wire creation and tooltip functionality
- Added wire creation logic in DiagramCanvas.vue with mouse tracking and event handling.
- Implemented tooltip display for pins in Pin.vue with detailed information on hover.
- Updated ProjectView.vue to handle wire creation and deletion events.
- Refactored Wire.vue to support dynamic path rendering based on routing mode.
2025-04-26 21:53:33 +08:00
alivender bc4f44ecaa feat: remake most of forntend 2025-04-26 19:59:35 +08:00
alivender 4465091db3 feat: remake machanicalbutton 2025-04-25 13:20:04 +08:00
alivender 6526203981 feat: add right click keyboard match 2025-04-23 11:50:51 +08:00
SikongJueluo 292c73e757
finish sidebar router push 2025-04-05 20:49:50 +08:00
SikongJueluo 4980b84da6
add mechanical button 2025-03-17 20:21:24 +08:00
SikongJueluo d7ca474e39
add switch component 2025-03-16 21:49:01 +08:00