UNPKG

vuepress-plugin-coze

Version:

为Vuepress静态站点提供在线发布,编辑说说功能,支持图片上传,点赞,评论,用户登录,注册等功能 Provide online publishing, editing and talking functions for Vuepress static sites, support image upload, like, comment, user login, registration and other functions

4 lines (3 loc) 175 B
import type { Plugin } from '@vuepress/core'; export declare type CozePluginOptions = Record<never, never>; export declare const CozePluginOptions: Plugin<CozePluginOptions>;