Skip to content

Commit 79e9f1b

Browse files
committed
feat: 重命名 Snapblocks 转换为 ScratchBlocks 转换并添加转换功能
1 parent 5bdd4e3 commit 79e9f1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/pages/app/scratch/index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ const items = computed(() => {
6363
},
6464
{
6565
icon: 'mdi-code-json',
66-
label: 'Snapblocks 转换',
67-
desc: '将 Scratch 文件转换为 scratchblocks 文本',
68-
to: '/app/tools/snapblocks',
66+
label: 'ScratchBlocks 转换',
67+
desc: '将 Scratch 文件转换为 ScratchBlocks 文本',
68+
to: '/app/tools/scratchblocks',
6969
},
7070
{
7171
icon: 'mdi-puzzle',

0 commit comments

Comments
 (0)