add xml as import to allow roller to include in the build

This commit is contained in:
jfh
2020-08-27 00:09:55 +02:00
parent 9c8a2e358a
commit 2827efc88f
597 changed files with 269162 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
System.register([], function (exports) {
'use strict';
return {
execute: function () {
var zhCN = exports('default', {
name: 'WebAppFind',
buttons: [
{
title: '保存图片到磁盘'
}
]
});
}
};
});