/** * 注册widget */ export function shortcut() { return function decorator(Target) { BI.shortcut(Target.xtype, Target); }; }