adjkust package for instrument

This commit is contained in:
jfh
2020-08-29 00:07:07 +02:00
parent e22ea424db
commit 53f64d9649
573 changed files with 339884 additions and 12 deletions

View File

@@ -0,0 +1,23 @@
System.register([], function (exports) {
'use strict';
return {
execute: function () {
var en = exports('default', {
name: 'polygon',
buttons: [
{
title: 'Polygon Tool'
}
],
contextTools: [
{
title: 'Number of Sides',
label: 'sides'
}
]
});
}
};
});

View File

@@ -0,0 +1,23 @@
System.register([], function (exports) {
'use strict';
return {
execute: function () {
var zhCN = exports('default', {
name: '多边形',
buttons: [
{
title: '多边形工具'
}
],
contextTools: [
{
title: '边数',
label: '边数'
}
]
});
}
};
});