refactor: migrate to nuxt
This commit is contained in:
4
constants/index.ts
Normal file
4
constants/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export const appName = '隔离食用手册'
|
||||
export const appDescription = '好的,今天我们来做菜!'
|
||||
|
||||
export * from './links'
|
||||
10
constants/links.ts
Normal file
10
constants/links.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export const links = {
|
||||
/**
|
||||
* 菜谱投稿链接
|
||||
*/
|
||||
contribute: 'https://docs.qq.com/form/page/DWk9GWW9oTmlXZU9V',
|
||||
/**
|
||||
* 兔小巢反馈
|
||||
*/
|
||||
feedback: 'https://support.qq.com/product/507827',
|
||||
}
|
||||
Reference in New Issue
Block a user