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,33 @@
System.register([], function (exports) {
'use strict';
return {
execute: function () {
var zhCN = exports('default', {
loading: '正在加载...',
categories: {
basic: '基本',
object: '对象',
symbol: '符号',
arrow: '箭头',
flowchart: '工作流',
animal: '动物',
game: '棋牌',
dialog_balloon: '会话框',
electronics: '电子',
math: '数学',
music: '音乐',
misc: '其他',
raphael_1: 'raphaeljs.com 集合 1',
raphael_2: 'raphaeljs.com 集合 2'
},
buttons: [
{
title: '图元库'
}
]
});
}
};
});