34 lines
874 B
TypeScript
34 lines
874 B
TypeScript
export const links = {
|
|
/**
|
|
* 菜谱投稿链接
|
|
*/
|
|
contribute: 'https://docs.qq.com/form/page/DWk9GWW9oTmlXZU9V',
|
|
/**
|
|
* 兔小巢反馈
|
|
*/
|
|
feedback: 'https://support.qq.com/product/507827',
|
|
githubIssue: 'https://github.com/YunYouJun/cook/issues',
|
|
githubDiscussions: 'https://github.com/YunYouJun/cook/discussions',
|
|
|
|
/**
|
|
* changelog
|
|
*/
|
|
changelog: 'https://docs.yunyoujun.cn/projects/cook/changelog',
|
|
|
|
/**
|
|
* author
|
|
*/
|
|
yyj: {
|
|
bilibili: 'https://space.bilibili.com/1579790',
|
|
bilibiliOpus: 'https://www.bilibili.com/opus/649847454294868008',
|
|
github: 'https://github.com/YunYouJun',
|
|
blog: 'https://www.yunyoujun.cn',
|
|
|
|
mp: 'https://mp.weixin.qq.com/s/Qdx76v1d0EwRLuX_rYtHFw',
|
|
/**
|
|
* 关于食用手册的前世今生与未来
|
|
*/
|
|
mpArticle: 'https://mp.weixin.qq.com/s/Qdx76v1d0EwRLuX_rYtHFw',
|
|
},
|
|
}
|