working but incomplete version with new build.

This commit is contained in:
JFH
2020-08-06 21:09:16 +02:00
parent 31bca25b1c
commit 7f461f9c63
373 changed files with 88846 additions and 554 deletions

View File

@@ -0,0 +1,11 @@
export default {
name: 'ClosePath',
buttons: [
{
title: 'Open path'
},
{
title: 'Close path'
}
]
};

View File

@@ -0,0 +1,11 @@
export default {
name: '闭合路径',
buttons: [
{
title: '打开路径'
},
{
title: '关闭路径'
}
]
};