Merge pull request #10241 from allenve/master

feat(editor): 签名面板更名手写签
This commit is contained in:
hsm-lv 2024-05-15 19:16:33 +08:00 committed by GitHub
commit fec572e2fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ export class SignaturePlugin extends BasePlugin {
$schema = '/schemas/InputSignatureSchema.json';
// 组件名称
name = '名面板';
name = '手写签';
isBaseComponent = true;
icon = 'fa fa-star-o';
pluginIcon = 'input-signature-plugin';