Merge branch '2.x' into dev

This commit is contained in:
chenjiahan
2020-11-25 22:01:09 +08:00
14 changed files with 259 additions and 14 deletions
+3
View File
@@ -57,6 +57,7 @@ export default {
withDesc: '展示描述信息',
customIcon: '自定义图标',
description: '描述信息',
weappQrcode: '小程序码',
},
'en-US': {
qq: 'QQ',
@@ -72,6 +73,7 @@ export default {
withDesc: 'Show Description',
customIcon: 'Custom Icon',
description: 'Description',
weappQrcode: 'Weapp Qrcode',
},
},
@@ -108,6 +110,7 @@ export default {
{ name: this.t('link'), icon: 'link' },
{ name: this.t('poster'), icon: 'poster' },
{ name: this.t('qrcode'), icon: 'qrcode' },
{ name: this.t('weappQrcode'), icon: 'weapp-qrcode' },
],
];
},