mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
feat(panel): editable node detail with save and graph persist
Made-with: Cursor
This commit is contained in:
25
panel.html
25
panel.html
@@ -442,13 +442,24 @@
|
||||
<div class="bme-node-detail" id="bme-node-detail">
|
||||
<div class="bme-node-detail-header">
|
||||
<h3 id="bme-detail-title">节点详情</h3>
|
||||
<button
|
||||
class="bme-panel-close"
|
||||
id="bme-detail-close"
|
||||
type="button"
|
||||
>
|
||||
<i class="fa-solid fa-xmark"></i>
|
||||
</button>
|
||||
<div class="bme-node-detail-actions">
|
||||
<button
|
||||
class="bme-detail-action-btn"
|
||||
id="bme-detail-save"
|
||||
type="button"
|
||||
title="保存修改"
|
||||
>
|
||||
<i class="fa-solid fa-floppy-disk"></i>
|
||||
</button>
|
||||
<button
|
||||
class="bme-panel-close"
|
||||
id="bme-detail-close"
|
||||
type="button"
|
||||
title="关闭"
|
||||
>
|
||||
<i class="fa-solid fa-xmark"></i>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div id="bme-detail-body"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user