feat: nsew layers

This commit is contained in:
hyper
2026-02-27 23:01:09 +08:00
parent c204dc695c
commit 5bc77a2291
7 changed files with 167 additions and 60 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ customElement<DeckProps>('md-deck', {
}
// 加载 CSV 数据
store.actions.loadCardsFromPath(resolvedSrc, (props.layers as string) || '');
store.actions.loadCardsFromPath(resolvedSrc, csvPath, (props.layers as string) || '');
// 清理函数
onCleanup(() => {