1
0
mirror of synced 2025-12-11 00:48:03 +08:00
Files
cook/app/constants/links.ts
2025-10-06 18:43:58 +08:00

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',
}