From 86203f9b4f0eb18cad482fbff54e70ba7e653924 Mon Sep 17 00:00:00 2001 From: Fang_Zhijian Date: Mon, 16 Mar 2026 15:04:44 +0800 Subject: [PATCH] update 1.0.10 --- CHANGELOG.md | 6 ++++ README.md | 13 ++++--- extension.json | 2 +- iframe/css/index.css | 18 ++++++++++ iframe/newLeye.html | 86 ++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 119 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54b5895..7a3598b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.0.10 + +1. 查看库存界面新增右键菜单,支持快速跳转到立创商城、查看数据手册等功能 +2. 在不支持放置器件的页面放置器件新增提示信息 +3. 修改 README 文档 + # 1.0.9 1. 修复全在线客户端无法获取器件数据的问题 diff --git a/README.md b/README.md index 7eb20af..02fec34 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ LEYE 电子元器件库存管理系统 EDA 联动扩展 本扩展允许用户通过立创商城 C 编号、立创商城订单导入元器件,支持从库存内查询、放置器件,支持通过 BOM 批量出库。 -使用本扩展需要在本地安装 [LEYE Service 服务端](https://lrurl.top/LeyeService)(目前仅提供 Windows 版,[服务端开源](/backend/server.js)),数据均储存在本地,不会上传。 +使用本扩展需要在本地安装 [LEYE Service 服务端](https://lrurl.top/LeyeService)(目前仅提供 Windows 版,[服务端开源](https://gitea.miri.site/Mr_Fang/eext-leye/src/branch/master/backend/server.js)),数据均储存在本地,不会上传。 ## [介绍视频](https://www.bilibili.com/video/BV1nvcFzpEuP/) @@ -64,10 +64,13 @@ V2.2 用户菜单栏将直接出现“LEYE”选项;V3 用户若未开启“ ## 配置项说明 -| 配置项 | 说明 | 默认值 | -| :------------- | :----------------------------------------------------------------------- | :----------------------- | -| 服务器地址 | LEYE Service 服务器地址 | `http://localhost:21816` | -| 允许拉起服务端 | 允许通过 [`leye://open`](leye://open) 拉起本地安装的 LEYE Service 服务端 | `true` | +| 配置项 | 说明 | 默认值 | +| :--------------- | :----------------------------------------------------------------------- | :----------------------- | +| 服务器地址 | LEYE Service 服务器地址 | `http://localhost:21816` | +| 允许拉起服务端 | 允许通过 [`leye://open`](leye://open) 拉起本地安装的 LEYE Service 服务端 | `true` | +| 出库自动填充 BOM | 打开出库界面自动读取 BOM 并填充 | `false` | +| | | | +| 自动检查更新 | 允许在启动 EDA 时检查更新 | `true` | ## 已知问题 diff --git a/extension.json b/extension.json index 2ad943a..5d906cc 100644 --- a/extension.json +++ b/extension.json @@ -3,7 +3,7 @@ "uuid": "944f7c94a8ca485e848f1118effcbb9a", "displayName": "LEYE", "description": "LEYE 电子元器件库存管理系统 EDA 联动扩展", - "version": "1.0.9", + "version": "1.0.10", "publisher": "Mr_Fang", "engines": { "eda": "^3.2.80" diff --git a/iframe/css/index.css b/iframe/css/index.css index d28afc8..b9f9330 100644 --- a/iframe/css/index.css +++ b/iframe/css/index.css @@ -651,6 +651,10 @@ video { z-index: 50; } +.z-\[100\] { + z-index: 100; +} + .order-1 { order: 1; } @@ -688,6 +692,11 @@ video { margin-right: auto; } +.my-1 { + margin-top: 0.25rem; + margin-bottom: 0.25rem; +} + .mb-1 { margin-bottom: 0.25rem; } @@ -983,6 +992,10 @@ video { scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } +.cursor-not-allowed { + cursor: not-allowed; +} + .cursor-pointer { cursor: pointer; } @@ -1585,6 +1598,11 @@ video { color: rgb(30 64 175 / var(--tw-text-opacity, 1)); } +.text-gray-300 { + --tw-text-opacity: 1; + color: rgb(209 213 219 / var(--tw-text-opacity, 1)); +} + .text-gray-400 { --tw-text-opacity: 1; color: rgb(156 163 175 / var(--tw-text-opacity, 1)); diff --git a/iframe/newLeye.html b/iframe/newLeye.html index ffa3e03..9e60523 100644 --- a/iframe/newLeye.html +++ b/iframe/newLeye.html @@ -195,6 +195,29 @@ + +