feat:V2.5.3 图形符号配对

This commit is contained in:
R524809
2025-12-17 10:43:56 +08:00
parent d1a41602a7
commit 15d835f78e
19 changed files with 718 additions and 51 deletions
+8
View File
@@ -16,6 +16,14 @@ export const FOCUS_FUNCTION_TYPES: FocusFunctionType[] = [
desc: '识别形状,涂一涂',
icon: '🔍',
},
// 图形符号配对
{
id: 'shape-symbol',
page: 'shapeSymbol',
title: '图形符号配对',
desc: '根据图形画对应的符号',
icon: '🔗',
},
// 方位涂涂乐
{
id: 'position-coloring',