feat(工具箱): 添加“二维码解析和生成”工具

This commit is contained in:
2025-02-21 22:33:34 +08:00
parent 85a7f66af4
commit abb1fed1ef
2 changed files with 176 additions and 0 deletions

View File

@@ -63,6 +63,17 @@ export const toolList = [
version: '0',
enabled: false,
},
{
id: 'qrcode-reader-and-generator',
component: 'Conversion/QrcodeReaderAndGenerator',
title: '二维码解析和生成',
iconClass: 'mdi mdi-qrcode',
desc: '解析二维码、生成二维码',
createdAt: '2025-02-21',
updatedAt: '2025-02-21',
version: '1',
enabled: true,
},
{
id: 'convert-text-structure',
component: 'Conversion/ConvertTextStructure',