18 lines
435 B
TypeScript
18 lines
435 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',
|
|
}
|