feat(工具箱): 添加“UUID 生成器”工具

This commit is contained in:
2026-01-03 17:22:32 +08:00
parent 26947ee678
commit e6c35d25a5
2 changed files with 149 additions and 5 deletions

View File

@@ -186,10 +186,10 @@ export const toolList = [
title: 'UUID 生成器',
iconClass: 'mdi mdi-identifier',
desc: '生成 UUID 列表。',
createdAt: '',
updatedAt: '',
version: '0',
enabled: false,
createdAt: '2026-01-03',
updatedAt: '2026-01-03',
version: '1',
enabled: true,
},
{
id: 'generate-urls',