From f9816a4078fdba44115c69025d9982997f23b484 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 29 四月 2024 16:00:49 +0800 Subject: [PATCH] Merge branch 'develop' --- src/menu/modulecell/index.jsx | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/menu/modulecell/index.jsx b/src/menu/modulecell/index.jsx index 4bc5e54..f587103 100644 --- a/src/menu/modulecell/index.jsx +++ b/src/menu/modulecell/index.jsx @@ -22,6 +22,7 @@ { value: 'qrcode', text: '浜岀淮鐮�', type: 'action', class: 'element', $init: true}, { value: 'currentDate', text: '褰撳墠鏃堕棿', type: 'action', class: 'element', $init: true}, { value: 'formula', text: '鍏紡', type: 'action', class: 'element', $init: true}, + { value: 'tag', text: '鏍囩', type: 'action', class: 'element', $init: true}, { value: 'color', text: '棰滆壊', type: 'action', class: 'element', $init: true}, { value: 'sequence', text: '搴忓彿', type: 'action', class: 'element', $init: true } ] -- Gitblit v1.8.0