UNPKG

@142vip/vitepress

Version:

基于vitepress框架搭建静态站点的常用工具包,提供ElementPlus相关组件和主题

6 lines (5 loc) 333 B
import { VIP_STAR_HISTORY_DEFAULT_REPOS } from "../constants/openSource.mjs"; export function getStarHistorySvgUrl(repoNames, isDark) { const repos = repoNames?.length ? repoNames : [...VIP_STAR_HISTORY_DEFAULT_REPOS]; return `https://api.star-history.com/svg?repos=${repos.join(",")}&type=Date${isDark ? "&theme=dark" : ""}`; }