From 81ef26b28c0cd9c7b1d612d93a072a1da4e40ce1 Mon Sep 17 00:00:00 2001 From: ChangeSuger Date: Fri, 29 Nov 2024 11:17:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E4=B8=9A=E5=8A=A1?= =?UTF-8?q?=E5=9C=BA=E6=99=AF=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sites/docs/examples/showcase/bussiness/demo/meta.json | 11 +++++++++++ .../showcase/bussiness/demo/profileEditor.tsx | 0 2 files changed, 11 insertions(+) create mode 100644 sites/docs/examples/showcase/bussiness/demo/profileEditor.tsx diff --git a/sites/docs/examples/showcase/bussiness/demo/meta.json b/sites/docs/examples/showcase/bussiness/demo/meta.json index df6dd07d6..fe8bf3439 100644 --- a/sites/docs/examples/showcase/bussiness/demo/meta.json +++ b/sites/docs/examples/showcase/bussiness/demo/meta.json @@ -74,6 +74,17 @@ "screenshot": "https://cdn.jsdelivr.net/gh/Logic-Flow/static@latest/docs/examples/case/bussiness/organizer.png", "previewUrl": "https://examples.logic-flow.cn/demo/dist/organizer", "githubUrl": "https://github.com/Logic-Flow/docs/tree/master/demo/organizer" + }, + { + "filename": "profileEditor.tsx", + "isExternal": true, + "title": { + "zh": "配置文件编辑器", + "en": "Instrument Profile Editor" + }, + "screenshot": "https://cdn.jsdelivr.net/gh/Logic-Flow/static@latest/docs/examples/case/bussiness/automation.jpg", + "previewUrl": "https://instrument-profile-editor.hisoten.xyz/", + "githubUrl": "https://github.com/ChangeSuger/instrument-profile-editor" } ] } diff --git a/sites/docs/examples/showcase/bussiness/demo/profileEditor.tsx b/sites/docs/examples/showcase/bussiness/demo/profileEditor.tsx new file mode 100644 index 000000000..e69de29bb