UNPKG

vuepress-cqy

Version:

This is an anime blog theme based on vuepress, the theme is simple, colorful, versatile, and supports customization, providing multiple components to set the theme 这是一个基于vuepress的动漫类型主题,简洁,界面漂亮,多色彩,多自定义,多功能,海报分享,相册等等,满足你搭建博客的一切需要

10 lines (9 loc) 412 B
import type { RepoType } from './resolveRepoType'; export declare const editLinkPatterns: Record<Exclude<RepoType, null>, string>; export declare const resolveEditLink: ({ docsRepo, docsBranch, docsDir, filePathRelative, editLinkPattern, }: { docsRepo: string; docsBranch: string; docsDir: string; filePathRelative: string; editLinkPattern?: string | undefined; }) => string | null;