@142vip/vitepress
Version:
基于vitepress框架搭建静态站点的常用工具包,提供ElementPlus相关组件和主题
57 lines (56 loc) • 1.59 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.getVipFooter = getVipFooter;
exports.vipTeamMembers = void 0;
function getVipFooter(params) {
return {
message: `The License <a href="${params.license}">\u{1F4D6} MIT </a>`,
copyright: `
Release ${params.pkgName}@${params.pkgVersion} \u{1F60F}<br> Copyright \xA9 2019-present.
Repo <a href="${params.orgLink}" style="margin-right:5px;">${params.orgName ?? "@142vip"}</a>
Author <a href=${params.ownerLink}>\u{1F449}${params.owner ?? "\u50A8\u51E1"}</a>
`
};
}
const vipTeamMembers = exports.vipTeamMembers = [{
avatar: "https://www.github.com/142vip.png",
name: "142vip",
title: "\u5F00\u6E90\u7EC4\u7EC7",
links: [{
icon: "github",
link: "https://github.com/mmdapl"
}]
}, {
avatar: "https://www.github.com/mmdapl.png",
name: "\u50A8\u51E1",
title: "Creator",
org: "142vip",
orgLink: "https://github.com/142vip",
links: [{
icon: "github",
link: "https://github.com/mmdapl"
}]
}
// {
// avatar: 'https://www.github.com/chufan443.png',
// name: '微信公众号:储凡',
// title: 'CodeReviewer',
// org: '142vip',
// orgLink: 'https://github.com/142vip',
// links: [
// { icon: 'github', link: 'https://github.com/chufan443' },
// ],
// },
// {
// avatar: 'https://www.github.com/lir0115.png',
// name: '公众号:Rong姐姐好可爱',
// title: 'Committer',
// org: '142vip',
// orgLink: 'https://github.com/142vip',
// links: [
// { icon: 'github', link: 'https://github.com/lir0115' },
// ],
// },
];