11 lines
212 B
TypeScript
11 lines
212 B
TypeScript
export const links = {
|
|
/**
|
|
* 菜谱投稿链接
|
|
*/
|
|
contribute: 'https://docs.qq.com/form/page/DWk9GWW9oTmlXZU9V',
|
|
/**
|
|
* 兔小巢反馈
|
|
*/
|
|
feedback: 'https://support.qq.com/product/507827',
|
|
}
|