更新 README 文档,修正截图标题并添加第二张截图;在 JsonTreeNode 组件中添加注释以提高代码可读性

This commit is contained in:
lirui
2026-02-09 20:52:45 +08:00
parent 23bf383c04
commit 28ba7da64a
2 changed files with 5 additions and 3 deletions

View File

@@ -13,6 +13,7 @@
defaultOpen?: boolean;
} = $props();
// svelte-ignore state_referenced_locally — intentionally using initial value only
let open = $state(defaultOpen);
const valueType = $derived(