Skip to content

Commit c87a886

Browse files
author
fanyang
committed
feat: 新增snapshot和highlight插件
1 parent c5ea58c commit c87a886

File tree

10 files changed

+669
-2
lines changed

10 files changed

+669
-2
lines changed

examples/feature-examples/.umirc.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,16 @@ export default defineConfig({
117117
name: 'MiniMap 插件',
118118
component: './extensions/mini-map',
119119
},
120+
{
121+
path: '/extension/highlight',
122+
name: 'Highlight 插件',
123+
component: './extensions/highlight',
124+
},
125+
{
126+
path: '/extension/snapshot',
127+
name: 'Snapshot 插件',
128+
component: './extensions/snapshot',
129+
},
120130
],
121131
},
122132
],

0 commit comments

Comments
 (0)