mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-05-01 12:38:12 +08:00
ci: 自动生成 plugin package, 优化 template
This commit is contained in:
parent
3242b849f0
commit
ca041664df
@ -1,6 +1,8 @@
|
|||||||
import { {{ lowerName }}Plugin } from './plugin'
|
import { {{ lowerName }}Plugin } from './plugin'
|
||||||
|
|
||||||
export * from './plugin'
|
export * from './plugin'
|
||||||
|
{{#if shared }}
|
||||||
export * from '../shared'
|
export * from '../shared'
|
||||||
|
{{/if}}
|
||||||
|
|
||||||
export default {{ lowerName }}Plugin
|
export default {{ lowerName }}Plugin
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user