Skip to content

Commit bc27d7a

Browse files
author
fanyang
committed
fix: 合并冲突
1 parent 36e2c9a commit bc27d7a

File tree

9 files changed

+553
-6
lines changed

9 files changed

+553
-6
lines changed

examples/feature-examples/.umirc.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@ export default defineConfig({
142142
name: 'NodeSelection 插件',
143143
component: './extensions/node-selection',
144144
},
145+
{
146+
path: '/extension/highlight',
147+
name: 'Highlight 插件',
148+
component: './extensions/highlight',
149+
},
145150
{
146151
path: '/extension/snapshot',
147152
name: 'Snapshot 插件',

0 commit comments

Comments
 (0)